Shades of Cornflower Blue #66A2FE
Tints of Cornflower Blue #66A2FE
RGB
CMYK
RGB Variations
Color information
#66A2FE (or 0x66A2FE) is known color: Cornflower Blue. HEX triplet: 66, A2 and FE. RGB value is (102,162,254). Sum of RGB (Red+Green+Blue) = 102+162+254=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #66A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A2FE is #995D01. Grayscale: #9A9A9A. Windows color (decimal): -10050818 or 16687718. OLE color: 16687718.
HSL color Cylindrical-coordinate representation of color #66A2FE: hue angle of 216.32º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A2FE is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 162 | 254 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.00 |
| HSL | 216.32º | 0.99% | 0.7% | - |
| HSV(B) | 216.32º | 0.6% | 1% | - |
| XYZ | 36.29 | 35.82 | 98.77 | - |
| YUV | 154.55 | 184.12 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 162 | 254 | 0.60 | 0.36 | 0 | 0.00 | 216.32 | 0.99 | 0.7 |
| Hex | 66 | A2 | FE | 3C | 24 | 0 | 0 | D8 | 63 | 46 |
| Octal | 146 | 242 | 376 | 74 | 44 | 0 | 0 | 330 | 143 | 106 |
| Binary | 1100110 | 10100010 | 11111110 | 111100 | 100100 | 0 | 0 | 11011000 | 1100011 | 1000110 |
Color Harmonies of #66A2FE
Complementary color
Monochromatic Colors of #66A2FE
Black with #66A2FE
Text Example
Text Example
White with #66A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A2FE; }
p { color: rgb(102,162,254); }
H1.HeaderClassName
{
color: #66A2FE;
}
.AnyTagClassName
{
color: #66A2FE;
}
</style>
background-color css
<style>
a { background-color: #66A2FE; }
a { background-color: rgb(102,162,254); }
div.DivClassName
{
background-color: #66A2FE;
}
.BgClassName
{
background-color: #66A2FE;
}
</style>
border-color css
<style>
span { border-color: #66A2FE; }
span { border-color: rgb(102,162,254); }
td.TdClassName
{
border-color: #66A2FE;
}
.TagClassName
{
border-color: #66A2FE;
}
</style>