Shades of Cornflower Blue #65AAF3
Tints of Cornflower Blue #65AAF3
RGB
CMYK
RGB Variations
Color information
#65AAF3 (or 0x65AAF3) is known color: Cornflower Blue. HEX triplet: 65, AA and F3. RGB value is (101,170,243). Sum of RGB (Red+Green+Blue) = 101+170+243=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #65AAF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AAF3 is #9A550C. Grayscale: #9D9D9D. Windows color (decimal): -10114317 or 15968869. OLE color: 15968869.
HSL color Cylindrical-coordinate representation of color #65AAF3: hue angle of 210.85º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65AAF3 is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 170 | 243 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.05 |
| HSL | 210.85º | 0.86% | 0.67% | - |
| HSV(B) | 210.85º | 0.58% | 0.95% | - |
| XYZ | 35.92 | 37.99 | 90.23 | - |
| YUV | 157.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 243 | 0.58 | 0.30 | 0 | 0.05 | 210.85 | 0.86 | 0.67 |
| Hex | 65 | AA | F3 | 3A | 1E | 0 | 5 | D3 | 56 | 43 |
| Octal | 145 | 252 | 363 | 72 | 36 | 0 | 5 | 323 | 126 | 103 |
| Binary | 1100101 | 10101010 | 11110011 | 111010 | 11110 | 0 | 101 | 11010011 | 1010110 | 1000011 |
Color Harmonies of #65AAF3
Complementary color
Monochromatic Colors of #65AAF3
Black with #65AAF3
Text Example
Text Example
White with #65AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AAF3; }
p { color: rgb(101,170,243); }
H1.HeaderClassName
{
color: #65AAF3;
}
.AnyTagClassName
{
color: #65AAF3;
}
</style>
background-color css
<style>
a { background-color: #65AAF3; }
a { background-color: rgb(101,170,243); }
div.DivClassName
{
background-color: #65AAF3;
}
.BgClassName
{
background-color: #65AAF3;
}
</style>
border-color css
<style>
span { border-color: #65AAF3; }
span { border-color: rgb(101,170,243); }
td.TdClassName
{
border-color: #65AAF3;
}
.TagClassName
{
border-color: #65AAF3;
}
</style>