Shades of Seagull #66BCCE
Tints of Seagull #66BCCE
RGB
CMYK
RGB Variations
Color information
#66BCCE (or 0x66BCCE) is known color: Seagull. HEX triplet: 66, BC and CE. RGB value is (102,188,206). Sum of RGB (Red+Green+Blue) = 102+188+206=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #66BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCCE is #994331. Grayscale: #A4A4A4. Windows color (decimal): -10044210 or 13548646. OLE color: 13548646.
HSL color Cylindrical-coordinate representation of color #66BCCE: hue angle of 190.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BCCE is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 188 | 206 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.19 |
| HSL | 190.38º | 0.51% | 0.6% | - |
| HSV(B) | 190.38º | 0.5% | 0.81% | - |
| XYZ | 34.6 | 43.25 | 64.92 | - |
| YUV | 164.34 | 151.51 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 206 | 0.50 | 0.09 | 0 | 0.19 | 190.38 | 0.51 | 0.6 |
| Hex | 66 | BC | CE | 32 | 9 | 0 | 13 | BE | 33 | 3C |
| Octal | 146 | 274 | 316 | 62 | 11 | 0 | 23 | 276 | 63 | 74 |
| Binary | 1100110 | 10111100 | 11001110 | 110010 | 1001 | 0 | 10011 | 10111110 | 110011 | 111100 |
Color Harmonies of #66BCCE
Complementary color
Monochromatic Colors of #66BCCE
Black with #66BCCE
Text Example
Text Example
White with #66BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCCE; }
p { color: rgb(102,188,206); }
H1.HeaderClassName
{
color: #66BCCE;
}
.AnyTagClassName
{
color: #66BCCE;
}
</style>
background-color css
<style>
a { background-color: #66BCCE; }
a { background-color: rgb(102,188,206); }
div.DivClassName
{
background-color: #66BCCE;
}
.BgClassName
{
background-color: #66BCCE;
}
</style>
border-color css
<style>
span { border-color: #66BCCE; }
span { border-color: rgb(102,188,206); }
td.TdClassName
{
border-color: #66BCCE;
}
.TagClassName
{
border-color: #66BCCE;
}
</style>