Shades of Cornflower Blue #68AAF4
Tints of Cornflower Blue #68AAF4
RGB
CMYK
RGB Variations
Color information
#68AAF4 (or 0x68AAF4) is known color: Cornflower Blue. HEX triplet: 68, AA and F4. RGB value is (104,170,244). Sum of RGB (Red+Green+Blue) = 104+170+244=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #68AAF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAF4 is #97550B. Grayscale: #9E9E9E. Windows color (decimal): -9917708 or 16034408. OLE color: 16034408.
HSL color Cylindrical-coordinate representation of color #68AAF4: hue angle of 211.71º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68AAF4 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 170 | 244 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.04 |
| HSL | 211.71º | 0.86% | 0.68% | - |
| HSV(B) | 211.71º | 0.57% | 0.96% | - |
| XYZ | 36.41 | 38.22 | 91.05 | - |
| YUV | 158.7 | 176.13 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 244 | 0.57 | 0.30 | 0 | 0.04 | 211.71 | 0.86 | 0.68 |
| Hex | 68 | AA | F4 | 39 | 1E | 0 | 4 | D4 | 56 | 44 |
| Octal | 150 | 252 | 364 | 71 | 36 | 0 | 4 | 324 | 126 | 104 |
| Binary | 1101000 | 10101010 | 11110100 | 111001 | 11110 | 0 | 100 | 11010100 | 1010110 | 1000100 |
Color Harmonies of #68AAF4
Complementary color
Monochromatic Colors of #68AAF4
Black with #68AAF4
Text Example
Text Example
White with #68AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAF4; }
p { color: rgb(104,170,244); }
H1.HeaderClassName
{
color: #68AAF4;
}
.AnyTagClassName
{
color: #68AAF4;
}
</style>
background-color css
<style>
a { background-color: #68AAF4; }
a { background-color: rgb(104,170,244); }
div.DivClassName
{
background-color: #68AAF4;
}
.BgClassName
{
background-color: #68AAF4;
}
</style>
border-color css
<style>
span { border-color: #68AAF4; }
span { border-color: rgb(104,170,244); }
td.TdClassName
{
border-color: #68AAF4;
}
.TagClassName
{
border-color: #68AAF4;
}
</style>