Shades of Seagull #66BFD3
Tints of Seagull #66BFD3
RGB
CMYK
RGB Variations
Color information
#66BFD3 (or 0x66BFD3) is known color: Seagull. HEX triplet: 66, BF and D3. RGB value is (102,191,211). Sum of RGB (Red+Green+Blue) = 102+191+211=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #66BFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFD3 is #99402C. Grayscale: #A6A6A6. Windows color (decimal): -10043437 or 13877094. OLE color: 13877094.
HSL color Cylindrical-coordinate representation of color #66BFD3: hue angle of 191.01º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66BFD3 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 191 | 211 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.17 |
| HSL | 191.01º | 0.55% | 0.61% | - |
| HSV(B) | 191.01º | 0.52% | 0.83% | - |
| XYZ | 35.87 | 44.79 | 68.38 | - |
| YUV | 166.67 | 153.01 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 211 | 0.52 | 0.09 | 0 | 0.17 | 191.01 | 0.55 | 0.61 |
| Hex | 66 | BF | D3 | 34 | 9 | 0 | 11 | BF | 37 | 3D |
| Octal | 146 | 277 | 323 | 64 | 11 | 0 | 21 | 277 | 67 | 75 |
| Binary | 1100110 | 10111111 | 11010011 | 110100 | 1001 | 0 | 10001 | 10111111 | 110111 | 111101 |
Color Harmonies of #66BFD3
Complementary color
Monochromatic Colors of #66BFD3
Black with #66BFD3
Text Example
Text Example
White with #66BFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFD3; }
p { color: rgb(102,191,211); }
H1.HeaderClassName
{
color: #66BFD3;
}
.AnyTagClassName
{
color: #66BFD3;
}
</style>
background-color css
<style>
a { background-color: #66BFD3; }
a { background-color: rgb(102,191,211); }
div.DivClassName
{
background-color: #66BFD3;
}
.BgClassName
{
background-color: #66BFD3;
}
</style>
border-color css
<style>
span { border-color: #66BFD3; }
span { border-color: rgb(102,191,211); }
td.TdClassName
{
border-color: #66BFD3;
}
.TagClassName
{
border-color: #66BFD3;
}
</style>