Shades of Cornflower Blue #65AAF7
Tints of Cornflower Blue #65AAF7
RGB
CMYK
RGB Variations
Color information
#65AAF7 (or 0x65AAF7) is known color: Cornflower Blue. HEX triplet: 65, AA and F7. RGB value is (101,170,247). Sum of RGB (Red+Green+Blue) = 101+170+247=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #65AAF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AAF7 is #9A5508. Grayscale: #9D9D9D. Windows color (decimal): -10114313 or 16231013. OLE color: 16231013.
HSL color Cylindrical-coordinate representation of color #65AAF7: hue angle of 211.64º 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 #65AAF7 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 170 | 247 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.03 |
| HSL | 211.64º | 0.9% | 0.68% | - |
| HSV(B) | 211.64º | 0.59% | 0.97% | - |
| XYZ | 36.53 | 38.23 | 93.45 | - |
| YUV | 158.15 | 178.14 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 247 | 0.59 | 0.31 | 0 | 0.03 | 211.64 | 0.9 | 0.68 |
| Hex | 65 | AA | F7 | 3B | 1F | 0 | 3 | D4 | 5A | 44 |
| Octal | 145 | 252 | 367 | 73 | 37 | 0 | 3 | 324 | 132 | 104 |
| Binary | 1100101 | 10101010 | 11110111 | 111011 | 11111 | 0 | 11 | 11010100 | 1011010 | 1000100 |
Color Harmonies of #65AAF7
Complementary color
Monochromatic Colors of #65AAF7
Black with #65AAF7
Text Example
Text Example
White with #65AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AAF7; }
p { color: rgb(101,170,247); }
H1.HeaderClassName
{
color: #65AAF7;
}
.AnyTagClassName
{
color: #65AAF7;
}
</style>
background-color css
<style>
a { background-color: #65AAF7; }
a { background-color: rgb(101,170,247); }
div.DivClassName
{
background-color: #65AAF7;
}
.BgClassName
{
background-color: #65AAF7;
}
</style>
border-color css
<style>
span { border-color: #65AAF7; }
span { border-color: rgb(101,170,247); }
td.TdClassName
{
border-color: #65AAF7;
}
.TagClassName
{
border-color: #65AAF7;
}
</style>