Shades of Seagull #83BFCC
Tints of Seagull #83BFCC
RGB
CMYK
RGB Variations
Color information
#83BFCC (or 0x83BFCC) is known color: Seagull. HEX triplet: 83, BF and CC. RGB value is (131,191,204). Sum of RGB (Red+Green+Blue) = 131+191+204=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #83BFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BFCC is #7C4033. Grayscale: #AEAEAE. Windows color (decimal): -8142900 or 13418371. OLE color: 13418371.
HSL color Cylindrical-coordinate representation of color #83BFCC: hue angle of 190.68º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83BFCC is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 191 | 204 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.2 |
| HSL | 190.68º | 0.42% | 0.66% | - |
| HSV(B) | 190.68º | 0.36% | 0.8% | - |
| XYZ | 38.89 | 46.45 | 64.04 | - |
| YUV | 174.54 | 144.62 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 204 | 0.36 | 0.06 | 0 | 0.2 | 190.68 | 0.42 | 0.66 |
| Hex | 83 | BF | CC | 24 | 6 | 0 | 14 | BF | 2A | 42 |
| Octal | 203 | 277 | 314 | 44 | 6 | 0 | 24 | 277 | 52 | 102 |
| Binary | 10000011 | 10111111 | 11001100 | 100100 | 110 | 0 | 10100 | 10111111 | 101010 | 1000010 |
Color Harmonies of #83BFCC
Complementary color
Monochromatic Colors of #83BFCC
Black with #83BFCC
Text Example
Text Example
White with #83BFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BFCC; }
p { color: rgb(131,191,204); }
H1.HeaderClassName
{
color: #83BFCC;
}
.AnyTagClassName
{
color: #83BFCC;
}
</style>
background-color css
<style>
a { background-color: #83BFCC; }
a { background-color: rgb(131,191,204); }
div.DivClassName
{
background-color: #83BFCC;
}
.BgClassName
{
background-color: #83BFCC;
}
</style>
border-color css
<style>
span { border-color: #83BFCC; }
span { border-color: rgb(131,191,204); }
td.TdClassName
{
border-color: #83BFCC;
}
.TagClassName
{
border-color: #83BFCC;
}
</style>