Shades of Cornflower Blue #66A8FA
Tints of Cornflower Blue #66A8FA
RGB
CMYK
RGB Variations
Color information
#66A8FA (or 0x66A8FA) is known color: Cornflower Blue. HEX triplet: 66, A8 and FA. RGB value is (102,168,250). Sum of RGB (Red+Green+Blue) = 102+168+250=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 168 (66.02% from 255 or 32.31% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #66A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8FA is #995705. Grayscale: #9D9D9D. Windows color (decimal): -10049286 or 16427110. OLE color: 16427110.
HSL color Cylindrical-coordinate representation of color #66A8FA: hue angle of 213.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66A8FA is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 168 | 250 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.02 |
| HSL | 213.24º | 0.94% | 0.69% | - |
| HSV(B) | 213.24º | 0.59% | 0.98% | - |
| XYZ | 36.74 | 37.73 | 95.79 | - |
| YUV | 157.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 250 | 0.59 | 0.33 | 0 | 0.02 | 213.24 | 0.94 | 0.69 |
| Hex | 66 | A8 | FA | 3B | 21 | 0 | 2 | D5 | 5E | 45 |
| Octal | 146 | 250 | 372 | 73 | 41 | 0 | 2 | 325 | 136 | 105 |
| Binary | 1100110 | 10101000 | 11111010 | 111011 | 100001 | 0 | 10 | 11010101 | 1011110 | 1000101 |
Color Harmonies of #66A8FA
Complementary color
Monochromatic Colors of #66A8FA
Black with #66A8FA
Text Example
Text Example
White with #66A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8FA; }
p { color: rgb(102,168,250); }
H1.HeaderClassName
{
color: #66A8FA;
}
.AnyTagClassName
{
color: #66A8FA;
}
</style>
background-color css
<style>
a { background-color: #66A8FA; }
a { background-color: rgb(102,168,250); }
div.DivClassName
{
background-color: #66A8FA;
}
.BgClassName
{
background-color: #66A8FA;
}
</style>
border-color css
<style>
span { border-color: #66A8FA; }
span { border-color: rgb(102,168,250); }
td.TdClassName
{
border-color: #66A8FA;
}
.TagClassName
{
border-color: #66A8FA;
}
</style>