Shades of Seagull #66BFCF
Tints of Seagull #66BFCF
RGB
CMYK
RGB Variations
Color information
#66BFCF (or 0x66BFCF) is known color: Seagull. HEX triplet: 66, BF and CF. RGB value is (102,191,207). Sum of RGB (Red+Green+Blue) = 102+191+207=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #66BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFCF is #994030. Grayscale: #A6A6A6. Windows color (decimal): -10043441 or 13614950. OLE color: 13614950.
HSL color Cylindrical-coordinate representation of color #66BFCF: hue angle of 189.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 #66BFCF is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 191 | 207 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.19 |
| HSL | 189.14º | 0.52% | 0.61% | - |
| HSV(B) | 189.14º | 0.51% | 0.81% | - |
| XYZ | 35.37 | 44.59 | 65.77 | - |
| YUV | 166.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 207 | 0.51 | 0.08 | 0 | 0.19 | 189.14 | 0.52 | 0.61 |
| Hex | 66 | BF | CF | 33 | 8 | 0 | 13 | BD | 34 | 3D |
| Octal | 146 | 277 | 317 | 63 | 10 | 0 | 23 | 275 | 64 | 75 |
| Binary | 1100110 | 10111111 | 11001111 | 110011 | 1000 | 0 | 10011 | 10111101 | 110100 | 111101 |
Color Harmonies of #66BFCF
Complementary color
Monochromatic Colors of #66BFCF
Black with #66BFCF
Text Example
Text Example
White with #66BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFCF; }
p { color: rgb(102,191,207); }
H1.HeaderClassName
{
color: #66BFCF;
}
.AnyTagClassName
{
color: #66BFCF;
}
</style>
background-color css
<style>
a { background-color: #66BFCF; }
a { background-color: rgb(102,191,207); }
div.DivClassName
{
background-color: #66BFCF;
}
.BgClassName
{
background-color: #66BFCF;
}
</style>
border-color css
<style>
span { border-color: #66BFCF; }
span { border-color: rgb(102,191,207); }
td.TdClassName
{
border-color: #66BFCF;
}
.TagClassName
{
border-color: #66BFCF;
}
</style>