Shades of Seagull #66BBCF
Tints of Seagull #66BBCF
RGB
CMYK
RGB Variations
Color information
#66BBCF (or 0x66BBCF) is known color: Seagull. HEX triplet: 66, BB and CF. RGB value is (102,187,207). Sum of RGB (Red+Green+Blue) = 102+187+207=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #66BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBCF is #994430. Grayscale: #A3A3A3. Windows color (decimal): -10044465 or 13613926. OLE color: 13613926.
HSL color Cylindrical-coordinate representation of color #66BBCF: hue angle of 191.43º 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 #66BBCF is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 187 | 207 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.19 |
| HSL | 191.43º | 0.52% | 0.61% | - |
| HSV(B) | 191.43º | 0.51% | 0.81% | - |
| XYZ | 34.51 | 42.87 | 65.49 | - |
| YUV | 163.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 207 | 0.51 | 0.10 | 0 | 0.19 | 191.43 | 0.52 | 0.61 |
| Hex | 66 | BB | CF | 33 | A | 0 | 13 | BF | 34 | 3D |
| Octal | 146 | 273 | 317 | 63 | 12 | 0 | 23 | 277 | 64 | 75 |
| Binary | 1100110 | 10111011 | 11001111 | 110011 | 1010 | 0 | 10011 | 10111111 | 110100 | 111101 |
Color Harmonies of #66BBCF
Complementary color
Monochromatic Colors of #66BBCF
Black with #66BBCF
Text Example
Text Example
White with #66BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBCF; }
p { color: rgb(102,187,207); }
H1.HeaderClassName
{
color: #66BBCF;
}
.AnyTagClassName
{
color: #66BBCF;
}
</style>
background-color css
<style>
a { background-color: #66BBCF; }
a { background-color: rgb(102,187,207); }
div.DivClassName
{
background-color: #66BBCF;
}
.BgClassName
{
background-color: #66BBCF;
}
</style>
border-color css
<style>
span { border-color: #66BBCF; }
span { border-color: rgb(102,187,207); }
td.TdClassName
{
border-color: #66BBCF;
}
.TagClassName
{
border-color: #66BBCF;
}
</style>