Shades of Seagull #66BBC8
Tints of Seagull #66BBC8
RGB
CMYK
RGB Variations
Color information
#66BBC8 (or 0x66BBC8) is known color: Seagull. HEX triplet: 66, BB and C8. RGB value is (102,187,200). Sum of RGB (Red+Green+Blue) = 102+187+200=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #66BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBC8 is #994437. Grayscale: #A2A2A2. Windows color (decimal): -10044472 or 13155174. OLE color: 13155174.
HSL color Cylindrical-coordinate representation of color #66BBC8: hue angle of 187.96º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66BBC8 is Cyan = 0.49, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 187 | 200 | - |
| CMYK | 0.49 | 0.06 | 0 | 0.22 |
| HSL | 187.96º | 0.47% | 0.59% | - |
| HSV(B) | 187.96º | 0.49% | 0.78% | - |
| XYZ | 33.68 | 42.54 | 61.08 | - |
| YUV | 163.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 200 | 0.49 | 0.06 | 0 | 0.22 | 187.96 | 0.47 | 0.59 |
| Hex | 66 | BB | C8 | 31 | 6 | 0 | 16 | BC | 2F | 3B |
| Octal | 146 | 273 | 310 | 61 | 6 | 0 | 26 | 274 | 57 | 73 |
| Binary | 1100110 | 10111011 | 11001000 | 110001 | 110 | 0 | 10110 | 10111100 | 101111 | 111011 |
Color Harmonies of #66BBC8
Complementary color
Monochromatic Colors of #66BBC8
Black with #66BBC8
Text Example
Text Example
White with #66BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBC8; }
p { color: rgb(102,187,200); }
H1.HeaderClassName
{
color: #66BBC8;
}
.AnyTagClassName
{
color: #66BBC8;
}
</style>
background-color css
<style>
a { background-color: #66BBC8; }
a { background-color: rgb(102,187,200); }
div.DivClassName
{
background-color: #66BBC8;
}
.BgClassName
{
background-color: #66BBC8;
}
</style>
border-color css
<style>
span { border-color: #66BBC8; }
span { border-color: rgb(102,187,200); }
td.TdClassName
{
border-color: #66BBC8;
}
.TagClassName
{
border-color: #66BBC8;
}
</style>