Shades of Cornflower Blue #66A1FC
Tints of Cornflower Blue #66A1FC
RGB
CMYK
RGB Variations
Color information
#66A1FC (or 0x66A1FC) is known color: Cornflower Blue. HEX triplet: 66, A1 and FC. RGB value is (102,161,252). Sum of RGB (Red+Green+Blue) = 102+161+252=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #66A1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A1FC is #995E03. Grayscale: #999999. Windows color (decimal): -10051076 or 16556390. OLE color: 16556390.
HSL color Cylindrical-coordinate representation of color #66A1FC: hue angle of 216.4º 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 #66A1FC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 161 | 252 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.01 |
| HSL | 216.4º | 0.96% | 0.69% | - |
| HSV(B) | 216.4º | 0.6% | 0.99% | - |
| XYZ | 35.8 | 35.34 | 97.03 | - |
| YUV | 153.73 | 183.45 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 161 | 252 | 0.60 | 0.36 | 0 | 0.01 | 216.4 | 0.96 | 0.69 |
| Hex | 66 | A1 | FC | 3C | 24 | 0 | 1 | D8 | 60 | 45 |
| Octal | 146 | 241 | 374 | 74 | 44 | 0 | 1 | 330 | 140 | 105 |
| Binary | 1100110 | 10100001 | 11111100 | 111100 | 100100 | 0 | 1 | 11011000 | 1100000 | 1000101 |
Color Harmonies of #66A1FC
Complementary color
Monochromatic Colors of #66A1FC
Black with #66A1FC
Text Example
Text Example
White with #66A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A1FC; }
p { color: rgb(102,161,252); }
H1.HeaderClassName
{
color: #66A1FC;
}
.AnyTagClassName
{
color: #66A1FC;
}
</style>
background-color css
<style>
a { background-color: #66A1FC; }
a { background-color: rgb(102,161,252); }
div.DivClassName
{
background-color: #66A1FC;
}
.BgClassName
{
background-color: #66A1FC;
}
</style>
border-color css
<style>
span { border-color: #66A1FC; }
span { border-color: rgb(102,161,252); }
td.TdClassName
{
border-color: #66A1FC;
}
.TagClassName
{
border-color: #66A1FC;
}
</style>