Shades of Cornflower Blue #66A8FC
Tints of Cornflower Blue #66A8FC
RGB
CMYK
RGB Variations
Color information
#66A8FC (or 0x66A8FC) is known color: Cornflower Blue. HEX triplet: 66, A8 and FC. RGB value is (102,168,252). Sum of RGB (Red+Green+Blue) = 102+168+252=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #66A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8FC is #995703. Grayscale: #9D9D9D. Windows color (decimal): -10049284 or 16558182. OLE color: 16558182.
HSL color Cylindrical-coordinate representation of color #66A8FC: hue angle of 213.6º 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 #66A8FC is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 168 | 252 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.01 |
| HSL | 213.6º | 0.96% | 0.69% | - |
| HSV(B) | 213.6º | 0.6% | 0.99% | - |
| XYZ | 37.05 | 37.86 | 97.45 | - |
| YUV | 157.84 | 181.13 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 252 | 0.60 | 0.33 | 0 | 0.01 | 213.6 | 0.96 | 0.69 |
| Hex | 66 | A8 | FC | 3C | 21 | 0 | 1 | D6 | 60 | 45 |
| Octal | 146 | 250 | 374 | 74 | 41 | 0 | 1 | 326 | 140 | 105 |
| Binary | 1100110 | 10101000 | 11111100 | 111100 | 100001 | 0 | 1 | 11010110 | 1100000 | 1000101 |
Color Harmonies of #66A8FC
Complementary color
Monochromatic Colors of #66A8FC
Black with #66A8FC
Text Example
Text Example
White with #66A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8FC; }
p { color: rgb(102,168,252); }
H1.HeaderClassName
{
color: #66A8FC;
}
.AnyTagClassName
{
color: #66A8FC;
}
</style>
background-color css
<style>
a { background-color: #66A8FC; }
a { background-color: rgb(102,168,252); }
div.DivClassName
{
background-color: #66A8FC;
}
.BgClassName
{
background-color: #66A8FC;
}
</style>
border-color css
<style>
span { border-color: #66A8FC; }
span { border-color: rgb(102,168,252); }
td.TdClassName
{
border-color: #66A8FC;
}
.TagClassName
{
border-color: #66A8FC;
}
</style>