Shades of Seagull #66BBCC
Tints of Seagull #66BBCC
RGB
CMYK
RGB Variations
Color information
#66BBCC (or 0x66BBCC) is known color: Seagull. HEX triplet: 66, BB and CC. RGB value is (102,187,204). Sum of RGB (Red+Green+Blue) = 102+187+204=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #66BBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBCC is #994433. Grayscale: #A3A3A3. Windows color (decimal): -10044468 or 13417318. OLE color: 13417318.
HSL color Cylindrical-coordinate representation of color #66BBCC: hue angle of 190º degrees, saturation: 0.5, 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 #66BBCC is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 187 | 204 | - |
| CMYK | 0.5 | 0.08 | 0 | 0.2 |
| HSL | 190º | 0.5% | 0.6% | - |
| HSV(B) | 190º | 0.5% | 0.8% | - |
| XYZ | 34.15 | 42.73 | 63.57 | - |
| YUV | 163.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 204 | 0.5 | 0.08 | 0 | 0.2 | 190 | 0.5 | 0.6 |
| Hex | 66 | BB | CC | 32 | 8 | 0 | 14 | BE | 32 | 3C |
| Octal | 146 | 273 | 314 | 62 | 10 | 0 | 24 | 276 | 62 | 74 |
| Binary | 1100110 | 10111011 | 11001100 | 110010 | 1000 | 0 | 10100 | 10111110 | 110010 | 111100 |
Color Harmonies of #66BBCC
Complementary color
Monochromatic Colors of #66BBCC
Black with #66BBCC
Text Example
Text Example
White with #66BBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBCC; }
p { color: rgb(102,187,204); }
H1.HeaderClassName
{
color: #66BBCC;
}
.AnyTagClassName
{
color: #66BBCC;
}
</style>
background-color css
<style>
a { background-color: #66BBCC; }
a { background-color: rgb(102,187,204); }
div.DivClassName
{
background-color: #66BBCC;
}
.BgClassName
{
background-color: #66BBCC;
}
</style>
border-color css
<style>
span { border-color: #66BBCC; }
span { border-color: rgb(102,187,204); }
td.TdClassName
{
border-color: #66BBCC;
}
.TagClassName
{
border-color: #66BBCC;
}
</style>