Shades of Seagull #66B8CF
Tints of Seagull #66B8CF
RGB
CMYK
RGB Variations
Color information
#66B8CF (or 0x66B8CF) is known color: Seagull. HEX triplet: 66, B8 and CF. RGB value is (102,184,207). Sum of RGB (Red+Green+Blue) = 102+184+207=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #66B8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8CF is #994730. Grayscale: #A1A1A1. Windows color (decimal): -10045233 or 13613158. OLE color: 13613158.
HSL color Cylindrical-coordinate representation of color #66B8CF: hue angle of 193.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66B8CF is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 184 | 207 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.19 |
| HSL | 193.14º | 0.52% | 0.61% | - |
| HSV(B) | 193.14º | 0.51% | 0.81% | - |
| XYZ | 33.88 | 41.61 | 65.28 | - |
| YUV | 162.1 | 153.33 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 184 | 207 | 0.51 | 0.11 | 0 | 0.19 | 193.14 | 0.52 | 0.61 |
| Hex | 66 | B8 | CF | 33 | B | 0 | 13 | C1 | 34 | 3D |
| Octal | 146 | 270 | 317 | 63 | 13 | 0 | 23 | 301 | 64 | 75 |
| Binary | 1100110 | 10111000 | 11001111 | 110011 | 1011 | 0 | 10011 | 11000001 | 110100 | 111101 |
Color Harmonies of #66B8CF
Complementary color
Monochromatic Colors of #66B8CF
Black with #66B8CF
Text Example
Text Example
White with #66B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B8CF; }
p { color: rgb(102,184,207); }
H1.HeaderClassName
{
color: #66B8CF;
}
.AnyTagClassName
{
color: #66B8CF;
}
</style>
background-color css
<style>
a { background-color: #66B8CF; }
a { background-color: rgb(102,184,207); }
div.DivClassName
{
background-color: #66B8CF;
}
.BgClassName
{
background-color: #66B8CF;
}
</style>
border-color css
<style>
span { border-color: #66B8CF; }
span { border-color: rgb(102,184,207); }
td.TdClassName
{
border-color: #66B8CF;
}
.TagClassName
{
border-color: #66B8CF;
}
</style>