Shades of Seagull #66BACD
Tints of Seagull #66BACD
RGB
CMYK
RGB Variations
Color information
#66BACD (or 0x66BACD) is known color: Seagull. HEX triplet: 66, BA and CD. RGB value is (102,186,205). Sum of RGB (Red+Green+Blue) = 102+186+205=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #66BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BACD is #994532. Grayscale: #A2A2A2. Windows color (decimal): -10044723 or 13482598. OLE color: 13482598.
HSL color Cylindrical-coordinate representation of color #66BACD: hue angle of 191.07º 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 #66BACD is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 186 | 205 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.20 |
| HSL | 191.07º | 0.51% | 0.6% | - |
| HSV(B) | 191.07º | 0.5% | 0.8% | - |
| XYZ | 34.06 | 42.35 | 64.14 | - |
| YUV | 163.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 205 | 0.50 | 0.09 | 0 | 0.20 | 191.07 | 0.51 | 0.6 |
| Hex | 66 | BA | CD | 32 | 9 | 0 | 14 | BF | 33 | 3C |
| Octal | 146 | 272 | 315 | 62 | 11 | 0 | 24 | 277 | 63 | 74 |
| Binary | 1100110 | 10111010 | 11001101 | 110010 | 1001 | 0 | 10100 | 10111111 | 110011 | 111100 |
Color Harmonies of #66BACD
Complementary color
Monochromatic Colors of #66BACD
Black with #66BACD
Text Example
Text Example
White with #66BACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BACD; }
p { color: rgb(102,186,205); }
H1.HeaderClassName
{
color: #66BACD;
}
.AnyTagClassName
{
color: #66BACD;
}
</style>
background-color css
<style>
a { background-color: #66BACD; }
a { background-color: rgb(102,186,205); }
div.DivClassName
{
background-color: #66BACD;
}
.BgClassName
{
background-color: #66BACD;
}
</style>
border-color css
<style>
span { border-color: #66BACD; }
span { border-color: rgb(102,186,205); }
td.TdClassName
{
border-color: #66BACD;
}
.TagClassName
{
border-color: #66BACD;
}
</style>