Shades of Seagull #66BECE
Tints of Seagull #66BECE
RGB
CMYK
RGB Variations
Color information
#66BECE (or 0x66BECE) is known color: Seagull. HEX triplet: 66, BE and CE. RGB value is (102,190,206). Sum of RGB (Red+Green+Blue) = 102+190+206=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #66BECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BECE is #994131. Grayscale: #A5A5A5. Windows color (decimal): -10043698 or 13549158. OLE color: 13549158.
HSL color Cylindrical-coordinate representation of color #66BECE: hue angle of 189.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BECE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 190 | 206 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.19 |
| HSL | 189.23º | 0.51% | 0.6% | - |
| HSV(B) | 189.23º | 0.5% | 0.81% | - |
| XYZ | 35.03 | 44.11 | 65.06 | - |
| YUV | 165.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 206 | 0.50 | 0.08 | 0 | 0.19 | 189.23 | 0.51 | 0.6 |
| Hex | 66 | BE | CE | 32 | 8 | 0 | 13 | BD | 33 | 3C |
| Octal | 146 | 276 | 316 | 62 | 10 | 0 | 23 | 275 | 63 | 74 |
| Binary | 1100110 | 10111110 | 11001110 | 110010 | 1000 | 0 | 10011 | 10111101 | 110011 | 111100 |
Color Harmonies of #66BECE
Complementary color
Monochromatic Colors of #66BECE
Black with #66BECE
Text Example
Text Example
White with #66BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BECE; }
p { color: rgb(102,190,206); }
H1.HeaderClassName
{
color: #66BECE;
}
.AnyTagClassName
{
color: #66BECE;
}
</style>
background-color css
<style>
a { background-color: #66BECE; }
a { background-color: rgb(102,190,206); }
div.DivClassName
{
background-color: #66BECE;
}
.BgClassName
{
background-color: #66BECE;
}
</style>
border-color css
<style>
span { border-color: #66BECE; }
span { border-color: rgb(102,190,206); }
td.TdClassName
{
border-color: #66BECE;
}
.TagClassName
{
border-color: #66BECE;
}
</style>