Shades of Seagull #66BBCA
Tints of Seagull #66BBCA
RGB
CMYK
RGB Variations
Color information
#66BBCA (or 0x66BBCA) is known color: Seagull. HEX triplet: 66, BB and CA. RGB value is (102,187,202). Sum of RGB (Red+Green+Blue) = 102+187+202=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #66BBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBCA is #994435. Grayscale: #A3A3A3. Windows color (decimal): -10044470 or 13286246. OLE color: 13286246.
HSL color Cylindrical-coordinate representation of color #66BBCA: hue angle of 189º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BBCA is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 187 | 202 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.21 |
| HSL | 189º | 0.49% | 0.6% | - |
| HSV(B) | 189º | 0.5% | 0.79% | - |
| XYZ | 33.91 | 42.63 | 62.32 | - |
| YUV | 163.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 202 | 0.50 | 0.07 | 0 | 0.21 | 189 | 0.49 | 0.6 |
| Hex | 66 | BB | CA | 32 | 7 | 0 | 15 | BD | 31 | 3C |
| Octal | 146 | 273 | 312 | 62 | 7 | 0 | 25 | 275 | 61 | 74 |
| Binary | 1100110 | 10111011 | 11001010 | 110010 | 111 | 0 | 10101 | 10111101 | 110001 | 111100 |
Color Harmonies of #66BBCA
Complementary color
Monochromatic Colors of #66BBCA
Black with #66BBCA
Text Example
Text Example
White with #66BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBCA; }
p { color: rgb(102,187,202); }
H1.HeaderClassName
{
color: #66BBCA;
}
.AnyTagClassName
{
color: #66BBCA;
}
</style>
background-color css
<style>
a { background-color: #66BBCA; }
a { background-color: rgb(102,187,202); }
div.DivClassName
{
background-color: #66BBCA;
}
.BgClassName
{
background-color: #66BBCA;
}
</style>
border-color css
<style>
span { border-color: #66BBCA; }
span { border-color: rgb(102,187,202); }
td.TdClassName
{
border-color: #66BBCA;
}
.TagClassName
{
border-color: #66BBCA;
}
</style>