Shades of Seagull #66B5CA
Tints of Seagull #66B5CA
RGB
CMYK
RGB Variations
Color information
#66B5CA (or 0x66B5CA) is known color: Seagull. HEX triplet: 66, B5 and CA. RGB value is (102,181,202). Sum of RGB (Red+Green+Blue) = 102+181+202=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #66B5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5CA is #994A35. Grayscale: #9F9F9F. Windows color (decimal): -10046006 or 13284710. OLE color: 13284710.
HSL color Cylindrical-coordinate representation of color #66B5CA: hue angle of 192.6º 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 #66B5CA is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 181 | 202 | - |
| CMYK | 0.50 | 0.10 | 0 | 0.21 |
| HSL | 192.6º | 0.49% | 0.6% | - |
| HSV(B) | 192.6º | 0.5% | 0.79% | - |
| XYZ | 32.66 | 40.14 | 61.9 | - |
| YUV | 159.77 | 151.83 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 202 | 0.50 | 0.10 | 0 | 0.21 | 192.6 | 0.49 | 0.6 |
| Hex | 66 | B5 | CA | 32 | A | 0 | 15 | C1 | 31 | 3C |
| Octal | 146 | 265 | 312 | 62 | 12 | 0 | 25 | 301 | 61 | 74 |
| Binary | 1100110 | 10110101 | 11001010 | 110010 | 1010 | 0 | 10101 | 11000001 | 110001 | 111100 |
Color Harmonies of #66B5CA
Complementary color
Monochromatic Colors of #66B5CA
Black with #66B5CA
Text Example
Text Example
White with #66B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B5CA; }
p { color: rgb(102,181,202); }
H1.HeaderClassName
{
color: #66B5CA;
}
.AnyTagClassName
{
color: #66B5CA;
}
</style>
background-color css
<style>
a { background-color: #66B5CA; }
a { background-color: rgb(102,181,202); }
div.DivClassName
{
background-color: #66B5CA;
}
.BgClassName
{
background-color: #66B5CA;
}
</style>
border-color css
<style>
span { border-color: #66B5CA; }
span { border-color: rgb(102,181,202); }
td.TdClassName
{
border-color: #66B5CA;
}
.TagClassName
{
border-color: #66B5CA;
}
</style>