Shades of Seagull #66BDCD
Tints of Seagull #66BDCD
RGB
CMYK
RGB Variations
Color information
#66BDCD (or 0x66BDCD) is known color: Seagull. HEX triplet: 66, BD and CD. RGB value is (102,189,205). Sum of RGB (Red+Green+Blue) = 102+189+205=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDCD is #994232. Grayscale: #A4A4A4. Windows color (decimal): -10043955 or 13483366. OLE color: 13483366.
HSL color Cylindrical-coordinate representation of color #66BDCD: hue angle of 189.32º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66BDCD is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 189 | 205 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.20 |
| HSL | 189.32º | 0.51% | 0.6% | - |
| HSV(B) | 189.32º | 0.5% | 0.8% | - |
| XYZ | 34.7 | 43.63 | 64.35 | - |
| YUV | 164.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 205 | 0.50 | 0.08 | 0 | 0.20 | 189.32 | 0.51 | 0.6 |
| Hex | 66 | BD | CD | 32 | 8 | 0 | 14 | BD | 33 | 3C |
| Octal | 146 | 275 | 315 | 62 | 10 | 0 | 24 | 275 | 63 | 74 |
| Binary | 1100110 | 10111101 | 11001101 | 110010 | 1000 | 0 | 10100 | 10111101 | 110011 | 111100 |
Color Harmonies of #66BDCD
Complementary color
Monochromatic Colors of #66BDCD
Black with #66BDCD
Text Example
Text Example
White with #66BDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDCD; }
p { color: rgb(102,189,205); }
H1.HeaderClassName
{
color: #66BDCD;
}
.AnyTagClassName
{
color: #66BDCD;
}
</style>
background-color css
<style>
a { background-color: #66BDCD; }
a { background-color: rgb(102,189,205); }
div.DivClassName
{
background-color: #66BDCD;
}
.BgClassName
{
background-color: #66BDCD;
}
</style>
border-color css
<style>
span { border-color: #66BDCD; }
span { border-color: rgb(102,189,205); }
td.TdClassName
{
border-color: #66BDCD;
}
.TagClassName
{
border-color: #66BDCD;
}
</style>