Shades of Seagull #66BFD0
Tints of Seagull #66BFD0
RGB
CMYK
RGB Variations
Color information
#66BFD0 (or 0x66BFD0) is known color: Seagull. HEX triplet: 66, BF and D0. RGB value is (102,191,208). Sum of RGB (Red+Green+Blue) = 102+191+208=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #66BFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFD0 is #99402F. Grayscale: #A6A6A6. Windows color (decimal): -10043440 or 13680486. OLE color: 13680486.
HSL color Cylindrical-coordinate representation of color #66BFD0: hue angle of 189.62º degrees, saturation: 0.53, 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 #66BFD0 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 191 | 208 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.18 |
| HSL | 189.62º | 0.53% | 0.61% | - |
| HSV(B) | 189.62º | 0.51% | 0.82% | - |
| XYZ | 35.5 | 44.64 | 66.42 | - |
| YUV | 166.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 208 | 0.51 | 0.08 | 0 | 0.18 | 189.62 | 0.53 | 0.61 |
| Hex | 66 | BF | D0 | 33 | 8 | 0 | 12 | BE | 35 | 3D |
| Octal | 146 | 277 | 320 | 63 | 10 | 0 | 22 | 276 | 65 | 75 |
| Binary | 1100110 | 10111111 | 11010000 | 110011 | 1000 | 0 | 10010 | 10111110 | 110101 | 111101 |
Color Harmonies of #66BFD0
Complementary color
Monochromatic Colors of #66BFD0
Black with #66BFD0
Text Example
Text Example
White with #66BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFD0; }
p { color: rgb(102,191,208); }
H1.HeaderClassName
{
color: #66BFD0;
}
.AnyTagClassName
{
color: #66BFD0;
}
</style>
background-color css
<style>
a { background-color: #66BFD0; }
a { background-color: rgb(102,191,208); }
div.DivClassName
{
background-color: #66BFD0;
}
.BgClassName
{
background-color: #66BFD0;
}
</style>
border-color css
<style>
span { border-color: #66BFD0; }
span { border-color: rgb(102,191,208); }
td.TdClassName
{
border-color: #66BFD0;
}
.TagClassName
{
border-color: #66BFD0;
}
</style>