Shades of Cornflower Blue #66A0EF
Tints of Cornflower Blue #66A0EF
RGB
CMYK
RGB Variations
Color information
#66A0EF (or 0x66A0EF) is known color: Cornflower Blue. HEX triplet: 66, A0 and EF. RGB value is (102,160,239). Sum of RGB (Red+Green+Blue) = 102+160+239=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #66A0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A0EF is #995F10. Grayscale: #979797. Windows color (decimal): -10051345 or 15704166. OLE color: 15704166.
HSL color Cylindrical-coordinate representation of color #66A0EF: hue angle of 214.6º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66A0EF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 160 | 239 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.06 |
| HSL | 214.6º | 0.81% | 0.67% | - |
| HSV(B) | 214.6º | 0.57% | 0.94% | - |
| XYZ | 33.63 | 34.2 | 86.49 | - |
| YUV | 151.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 239 | 0.57 | 0.33 | 0 | 0.06 | 214.6 | 0.81 | 0.67 |
| Hex | 66 | A0 | EF | 39 | 21 | 0 | 6 | D7 | 51 | 43 |
| Octal | 146 | 240 | 357 | 71 | 41 | 0 | 6 | 327 | 121 | 103 |
| Binary | 1100110 | 10100000 | 11101111 | 111001 | 100001 | 0 | 110 | 11010111 | 1010001 | 1000011 |
Color Harmonies of #66A0EF
Complementary color
Monochromatic Colors of #66A0EF
Black with #66A0EF
Text Example
Text Example
White with #66A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A0EF; }
p { color: rgb(102,160,239); }
H1.HeaderClassName
{
color: #66A0EF;
}
.AnyTagClassName
{
color: #66A0EF;
}
</style>
background-color css
<style>
a { background-color: #66A0EF; }
a { background-color: rgb(102,160,239); }
div.DivClassName
{
background-color: #66A0EF;
}
.BgClassName
{
background-color: #66A0EF;
}
</style>
border-color css
<style>
span { border-color: #66A0EF; }
span { border-color: rgb(102,160,239); }
td.TdClassName
{
border-color: #66A0EF;
}
.TagClassName
{
border-color: #66A0EF;
}
</style>