Shades of Cornflower Blue #66A8F7
Tints of Cornflower Blue #66A8F7
RGB
CMYK
RGB Variations
Color information
#66A8F7 (or 0x66A8F7) is known color: Cornflower Blue. HEX triplet: 66, A8 and F7. RGB value is (102,168,247). Sum of RGB (Red+Green+Blue) = 102+168+247=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 247 (96.88% from 255 or 47.78% from 517); Max value from RGB is 247 - color contains mainly: blue. Hex color #66A8F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8F7 is #995708. Grayscale: #9C9C9C. Windows color (decimal): -10049289 or 16230502. OLE color: 16230502.
HSL color Cylindrical-coordinate representation of color #66A8F7: hue angle of 212.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66A8F7 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 168 | 247 | - |
| CMYK | 0.59 | 0.32 | 0 | 0.03 |
| HSL | 212.69º | 0.9% | 0.68% | - |
| HSV(B) | 212.69º | 0.59% | 0.97% | - |
| XYZ | 36.27 | 37.55 | 93.33 | - |
| YUV | 157.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 247 | 0.59 | 0.32 | 0 | 0.03 | 212.69 | 0.9 | 0.68 |
| Hex | 66 | A8 | F7 | 3B | 20 | 0 | 3 | D5 | 5A | 44 |
| Octal | 146 | 250 | 367 | 73 | 40 | 0 | 3 | 325 | 132 | 104 |
| Binary | 1100110 | 10101000 | 11110111 | 111011 | 100000 | 0 | 11 | 11010101 | 1011010 | 1000100 |
Color Harmonies of #66A8F7
Complementary color
Monochromatic Colors of #66A8F7
Black with #66A8F7
Text Example
Text Example
White with #66A8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8F7; }
p { color: rgb(102,168,247); }
H1.HeaderClassName
{
color: #66A8F7;
}
.AnyTagClassName
{
color: #66A8F7;
}
</style>
background-color css
<style>
a { background-color: #66A8F7; }
a { background-color: rgb(102,168,247); }
div.DivClassName
{
background-color: #66A8F7;
}
.BgClassName
{
background-color: #66A8F7;
}
</style>
border-color css
<style>
span { border-color: #66A8F7; }
span { border-color: rgb(102,168,247); }
td.TdClassName
{
border-color: #66A8F7;
}
.TagClassName
{
border-color: #66A8F7;
}
</style>