Shades of Cornflower Blue #66AAF5
Tints of Cornflower Blue #66AAF5
RGB
CMYK
RGB Variations
Color information
#66AAF5 (or 0x66AAF5) is known color: Cornflower Blue. HEX triplet: 66, AA and F5. RGB value is (102,170,245). Sum of RGB (Red+Green+Blue) = 102+170+245=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 245 (96.09% from 255 or 47.39% from 517); Max value from RGB is 245 - color contains mainly: blue. Hex color #66AAF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AAF5 is #99550A. Grayscale: #9D9D9D. Windows color (decimal): -10048779 or 16099942. OLE color: 16099942.
HSL color Cylindrical-coordinate representation of color #66AAF5: hue angle of 211.47º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66AAF5 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 170 | 245 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.04 |
| HSL | 211.47º | 0.88% | 0.68% | - |
| HSV(B) | 211.47º | 0.58% | 0.96% | - |
| XYZ | 36.34 | 38.17 | 91.84 | - |
| YUV | 158.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 170 | 245 | 0.58 | 0.31 | 0 | 0.04 | 211.47 | 0.88 | 0.68 |
| Hex | 66 | AA | F5 | 3A | 1F | 0 | 4 | D3 | 58 | 44 |
| Octal | 146 | 252 | 365 | 72 | 37 | 0 | 4 | 323 | 130 | 104 |
| Binary | 1100110 | 10101010 | 11110101 | 111010 | 11111 | 0 | 100 | 11010011 | 1011000 | 1000100 |
Color Harmonies of #66AAF5
Complementary color
Monochromatic Colors of #66AAF5
Black with #66AAF5
Text Example
Text Example
White with #66AAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AAF5; }
p { color: rgb(102,170,245); }
H1.HeaderClassName
{
color: #66AAF5;
}
.AnyTagClassName
{
color: #66AAF5;
}
</style>
background-color css
<style>
a { background-color: #66AAF5; }
a { background-color: rgb(102,170,245); }
div.DivClassName
{
background-color: #66AAF5;
}
.BgClassName
{
background-color: #66AAF5;
}
</style>
border-color css
<style>
span { border-color: #66AAF5; }
span { border-color: rgb(102,170,245); }
td.TdClassName
{
border-color: #66AAF5;
}
.TagClassName
{
border-color: #66AAF5;
}
</style>