Shades of Seagull #66BDD2
Tints of Seagull #66BDD2
RGB
CMYK
RGB Variations
Color information
#66BDD2 (or 0x66BDD2) is known color: Seagull. HEX triplet: 66, BD and D2. RGB value is (102,189,210). Sum of RGB (Red+Green+Blue) = 102+189+210=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #66BDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDD2 is #99422D. Grayscale: #A5A5A5. Windows color (decimal): -10043950 or 13811046. OLE color: 13811046.
HSL color Cylindrical-coordinate representation of color #66BDD2: hue angle of 191.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66BDD2 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 189 | 210 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.18 |
| HSL | 191.67º | 0.55% | 0.61% | - |
| HSV(B) | 191.67º | 0.51% | 0.82% | - |
| XYZ | 35.31 | 43.87 | 67.58 | - |
| YUV | 165.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 210 | 0.51 | 0.10 | 0 | 0.18 | 191.67 | 0.55 | 0.61 |
| Hex | 66 | BD | D2 | 33 | A | 0 | 12 | C0 | 37 | 3D |
| Octal | 146 | 275 | 322 | 63 | 12 | 0 | 22 | 300 | 67 | 75 |
| Binary | 1100110 | 10111101 | 11010010 | 110011 | 1010 | 0 | 10010 | 11000000 | 110111 | 111101 |
Color Harmonies of #66BDD2
Complementary color
Monochromatic Colors of #66BDD2
Black with #66BDD2
Text Example
Text Example
White with #66BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDD2; }
p { color: rgb(102,189,210); }
H1.HeaderClassName
{
color: #66BDD2;
}
.AnyTagClassName
{
color: #66BDD2;
}
</style>
background-color css
<style>
a { background-color: #66BDD2; }
a { background-color: rgb(102,189,210); }
div.DivClassName
{
background-color: #66BDD2;
}
.BgClassName
{
background-color: #66BDD2;
}
</style>
border-color css
<style>
span { border-color: #66BDD2; }
span { border-color: rgb(102,189,210); }
td.TdClassName
{
border-color: #66BDD2;
}
.TagClassName
{
border-color: #66BDD2;
}
</style>