Shades of Cornflower Blue #5AABFF
Tints of Cornflower Blue #5AABFF
RGB
CMYK
RGB Variations
Color information
#5AABFF (or 0x5AABFF) is known color: Cornflower Blue. HEX triplet: 5A, AB and FF. RGB value is (90,171,255). Sum of RGB (Red+Green+Blue) = 90+171+255=516 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.44% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AABFF is #A55400. Grayscale: #9B9B9B. Windows color (decimal): -10834945 or 16755546. OLE color: 16755546.
HSL color Cylindrical-coordinate representation of color #5AABFF: hue angle of 210.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AABFF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 171 | 255 | - |
| CMYK | 0.65 | 0.33 | 0 | 0 |
| HSL | 210.55º | 1% | 0.68% | - |
| HSV(B) | 210.55º | 0.65% | 1% | - |
| XYZ | 36.83 | 38.52 | 100.1 | - |
| YUV | 156.36 | 183.66 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 255 | 0.65 | 0.33 | 0 | 0 | 210.55 | 1 | 0.68 |
| Hex | 5A | AB | FF | 41 | 21 | 0 | 0 | D3 | 64 | 44 |
| Octal | 132 | 253 | 377 | 101 | 41 | 0 | 0 | 323 | 144 | 104 |
| Binary | 1011010 | 10101011 | 11111111 | 1000001 | 100001 | 0 | 0 | 11010011 | 1100100 | 1000100 |
Color Harmonies of #5AABFF
Complementary color
Monochromatic Colors of #5AABFF
Black with #5AABFF
Text Example
Text Example
White with #5AABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABFF; }
p { color: rgb(90,171,255); }
H1.HeaderClassName
{
color: #5AABFF;
}
.AnyTagClassName
{
color: #5AABFF;
}
</style>
background-color css
<style>
a { background-color: #5AABFF; }
a { background-color: rgb(90,171,255); }
div.DivClassName
{
background-color: #5AABFF;
}
.BgClassName
{
background-color: #5AABFF;
}
</style>
border-color css
<style>
span { border-color: #5AABFF; }
span { border-color: rgb(90,171,255); }
td.TdClassName
{
border-color: #5AABFF;
}
.TagClassName
{
border-color: #5AABFF;
}
</style>