Shades of Cornflower Blue #66A0FC
Tints of Cornflower Blue #66A0FC
RGB
CMYK
RGB Variations
Color information
#66A0FC (or 0x66A0FC) is known color: Cornflower Blue. HEX triplet: 66, A0 and FC. RGB value is (102,160,252). Sum of RGB (Red+Green+Blue) = 102+160+252=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #66A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A0FC is #995F03. Grayscale: #989898. Windows color (decimal): -10051332 or 16556134. OLE color: 16556134.
HSL color Cylindrical-coordinate representation of color #66A0FC: hue angle of 216.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A0FC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 160 | 252 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 216.8º | 0.96% | 0.69% | - |
| HSV(B) | 216.8º | 0.6% | 0.99% | - |
| XYZ | 35.62 | 34.99 | 96.97 | - |
| YUV | 153.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 160 | 252 | 0.60 | 0.37 | 0 | 0.01 | 216.8 | 0.96 | 0.69 |
| Hex | 66 | A0 | FC | 3C | 25 | 0 | 1 | D9 | 60 | 45 |
| Octal | 146 | 240 | 374 | 74 | 45 | 0 | 1 | 331 | 140 | 105 |
| Binary | 1100110 | 10100000 | 11111100 | 111100 | 100101 | 0 | 1 | 11011001 | 1100000 | 1000101 |
Color Harmonies of #66A0FC
Complementary color
Monochromatic Colors of #66A0FC
Black with #66A0FC
Text Example
Text Example
White with #66A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A0FC; }
p { color: rgb(102,160,252); }
H1.HeaderClassName
{
color: #66A0FC;
}
.AnyTagClassName
{
color: #66A0FC;
}
</style>
background-color css
<style>
a { background-color: #66A0FC; }
a { background-color: rgb(102,160,252); }
div.DivClassName
{
background-color: #66A0FC;
}
.BgClassName
{
background-color: #66A0FC;
}
</style>
border-color css
<style>
span { border-color: #66A0FC; }
span { border-color: rgb(102,160,252); }
td.TdClassName
{
border-color: #66A0FC;
}
.TagClassName
{
border-color: #66A0FC;
}
</style>