Shades of Cornflower Blue #68AAFA
Tints of Cornflower Blue #68AAFA
RGB
CMYK
RGB Variations
Color information
#68AAFA (or 0x68AAFA) is known color: Cornflower Blue. HEX triplet: 68, AA and FA. RGB value is (104,170,250). Sum of RGB (Red+Green+Blue) = 104+170+250=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #68AAFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAFA is #975505. Grayscale: #9F9F9F. Windows color (decimal): -9917702 or 16427624. OLE color: 16427624.
HSL color Cylindrical-coordinate representation of color #68AAFA: hue angle of 212.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68AAFA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 170 | 250 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.02 |
| HSL | 212.88º | 0.94% | 0.69% | - |
| HSV(B) | 212.88º | 0.58% | 0.98% | - |
| XYZ | 37.34 | 38.59 | 95.92 | - |
| YUV | 159.39 | 179.13 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 250 | 0.58 | 0.32 | 0 | 0.02 | 212.88 | 0.94 | 0.69 |
| Hex | 68 | AA | FA | 3A | 20 | 0 | 2 | D5 | 5E | 45 |
| Octal | 150 | 252 | 372 | 72 | 40 | 0 | 2 | 325 | 136 | 105 |
| Binary | 1101000 | 10101010 | 11111010 | 111010 | 100000 | 0 | 10 | 11010101 | 1011110 | 1000101 |
Color Harmonies of #68AAFA
Complementary color
Monochromatic Colors of #68AAFA
Black with #68AAFA
Text Example
Text Example
White with #68AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AAFA; }
p { color: rgb(104,170,250); }
H1.HeaderClassName
{
color: #68AAFA;
}
.AnyTagClassName
{
color: #68AAFA;
}
</style>
background-color css
<style>
a { background-color: #68AAFA; }
a { background-color: rgb(104,170,250); }
div.DivClassName
{
background-color: #68AAFA;
}
.BgClassName
{
background-color: #68AAFA;
}
</style>
border-color css
<style>
span { border-color: #68AAFA; }
span { border-color: rgb(104,170,250); }
td.TdClassName
{
border-color: #68AAFA;
}
.TagClassName
{
border-color: #68AAFA;
}
</style>