Shades of Cornflower Blue #66A8FB
Tints of Cornflower Blue #66A8FB
RGB
CMYK
RGB Variations
Color information
#66A8FB (or 0x66A8FB) is known color: Cornflower Blue. HEX triplet: 66, A8 and FB. RGB value is (102,168,251). Sum of RGB (Red+Green+Blue) = 102+168+251=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #66A8FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8FB is #995704. Grayscale: #9D9D9D. Windows color (decimal): -10049285 or 16492646. OLE color: 16492646.
HSL color Cylindrical-coordinate representation of color #66A8FB: hue angle of 213.42º degrees, saturation: 0.95, 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 #66A8FB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 168 | 251 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.02 |
| HSL | 213.42º | 0.95% | 0.69% | - |
| HSV(B) | 213.42º | 0.59% | 0.98% | - |
| XYZ | 36.89 | 37.8 | 96.62 | - |
| YUV | 157.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 168 | 251 | 0.59 | 0.33 | 0 | 0.02 | 213.42 | 0.95 | 0.69 |
| Hex | 66 | A8 | FB | 3B | 21 | 0 | 2 | D5 | 5F | 45 |
| Octal | 146 | 250 | 373 | 73 | 41 | 0 | 2 | 325 | 137 | 105 |
| Binary | 1100110 | 10101000 | 11111011 | 111011 | 100001 | 0 | 10 | 11010101 | 1011111 | 1000101 |
Color Harmonies of #66A8FB
Complementary color
Monochromatic Colors of #66A8FB
Black with #66A8FB
Text Example
Text Example
White with #66A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66A8FB; }
p { color: rgb(102,168,251); }
H1.HeaderClassName
{
color: #66A8FB;
}
.AnyTagClassName
{
color: #66A8FB;
}
</style>
background-color css
<style>
a { background-color: #66A8FB; }
a { background-color: rgb(102,168,251); }
div.DivClassName
{
background-color: #66A8FB;
}
.BgClassName
{
background-color: #66A8FB;
}
</style>
border-color css
<style>
span { border-color: #66A8FB; }
span { border-color: rgb(102,168,251); }
td.TdClassName
{
border-color: #66A8FB;
}
.TagClassName
{
border-color: #66A8FB;
}
</style>