Shades of Seagull #66BFCB
Tints of Seagull #66BFCB
RGB
CMYK
RGB Variations
Color information
#66BFCB (or 0x66BFCB) is known color: Seagull. HEX triplet: 66, BF and CB. RGB value is (102,191,203). Sum of RGB (Red+Green+Blue) = 102+191+203=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #66BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFCB is #994034. Grayscale: #A5A5A5. Windows color (decimal): -10043445 or 13352806. OLE color: 13352806.
HSL color Cylindrical-coordinate representation of color #66BFCB: hue angle of 187.13º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BFCB is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 191 | 203 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.20 |
| HSL | 187.13º | 0.49% | 0.6% | - |
| HSV(B) | 187.13º | 0.5% | 0.8% | - |
| XYZ | 34.89 | 44.4 | 63.23 | - |
| YUV | 165.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 203 | 0.50 | 0.06 | 0 | 0.20 | 187.13 | 0.49 | 0.6 |
| Hex | 66 | BF | CB | 32 | 6 | 0 | 14 | BB | 31 | 3C |
| Octal | 146 | 277 | 313 | 62 | 6 | 0 | 24 | 273 | 61 | 74 |
| Binary | 1100110 | 10111111 | 11001011 | 110010 | 110 | 0 | 10100 | 10111011 | 110001 | 111100 |
Color Harmonies of #66BFCB
Complementary color
Monochromatic Colors of #66BFCB
Black with #66BFCB
Text Example
Text Example
White with #66BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFCB; }
p { color: rgb(102,191,203); }
H1.HeaderClassName
{
color: #66BFCB;
}
.AnyTagClassName
{
color: #66BFCB;
}
</style>
background-color css
<style>
a { background-color: #66BFCB; }
a { background-color: rgb(102,191,203); }
div.DivClassName
{
background-color: #66BFCB;
}
.BgClassName
{
background-color: #66BFCB;
}
</style>
border-color css
<style>
span { border-color: #66BFCB; }
span { border-color: rgb(102,191,203); }
td.TdClassName
{
border-color: #66BFCB;
}
.TagClassName
{
border-color: #66BFCB;
}
</style>