Shades of Seagull #66B2CF
Tints of Seagull #66B2CF
RGB
CMYK
RGB Variations
Color information
#66B2CF (or 0x66B2CF) is known color: Seagull. HEX triplet: 66, B2 and CF. RGB value is (102,178,207). Sum of RGB (Red+Green+Blue) = 102+178+207=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #66B2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66B2CF is #994D30. Grayscale: #9E9E9E. Windows color (decimal): -10046769 or 13611622. OLE color: 13611622.
HSL color Cylindrical-coordinate representation of color #66B2CF: hue angle of 196.57º 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 #66B2CF is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 178 | 207 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.19 |
| HSL | 196.57º | 0.52% | 0.61% | - |
| HSV(B) | 196.57º | 0.51% | 0.81% | - |
| XYZ | 32.66 | 39.17 | 64.87 | - |
| YUV | 158.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 178 | 207 | 0.51 | 0.14 | 0 | 0.19 | 196.57 | 0.52 | 0.61 |
| Hex | 66 | B2 | CF | 33 | E | 0 | 13 | C5 | 34 | 3D |
| Octal | 146 | 262 | 317 | 63 | 16 | 0 | 23 | 305 | 64 | 75 |
| Binary | 1100110 | 10110010 | 11001111 | 110011 | 1110 | 0 | 10011 | 11000101 | 110100 | 111101 |
Color Harmonies of #66B2CF
Complementary color
Monochromatic Colors of #66B2CF
Black with #66B2CF
Text Example
Text Example
White with #66B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B2CF; }
p { color: rgb(102,178,207); }
H1.HeaderClassName
{
color: #66B2CF;
}
.AnyTagClassName
{
color: #66B2CF;
}
</style>
background-color css
<style>
a { background-color: #66B2CF; }
a { background-color: rgb(102,178,207); }
div.DivClassName
{
background-color: #66B2CF;
}
.BgClassName
{
background-color: #66B2CF;
}
</style>
border-color css
<style>
span { border-color: #66B2CF; }
span { border-color: rgb(102,178,207); }
td.TdClassName
{
border-color: #66B2CF;
}
.TagClassName
{
border-color: #66B2CF;
}
</style>