Shades of Cornflower Blue #57AAFE
Tints of Cornflower Blue #57AAFE
RGB
CMYK
RGB Variations
Color information
#57AAFE (or 0x57AAFE) is known color: Cornflower Blue. HEX triplet: 57, AA and FE. RGB value is (87,170,254). Sum of RGB (Red+Green+Blue) = 87+170+254=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #57AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AAFE is #A85501. Grayscale: #9A9A9A. Windows color (decimal): -11031810 or 16689751. OLE color: 16689751.
HSL color Cylindrical-coordinate representation of color #57AAFE: hue angle of 210.18º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57AAFE is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 170 | 254 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.00 |
| HSL | 210.18º | 0.99% | 0.67% | - |
| HSV(B) | 210.18º | 0.66% | 1% | - |
| XYZ | 36.19 | 37.93 | 99.18 | - |
| YUV | 154.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 170 | 254 | 0.66 | 0.33 | 0 | 0.00 | 210.18 | 0.99 | 0.67 |
| Hex | 57 | AA | FE | 42 | 21 | 0 | 0 | D2 | 63 | 43 |
| Octal | 127 | 252 | 376 | 102 | 41 | 0 | 0 | 322 | 143 | 103 |
| Binary | 1010111 | 10101010 | 11111110 | 1000010 | 100001 | 0 | 0 | 11010010 | 1100011 | 1000011 |
Color Harmonies of #57AAFE
Complementary color
Monochromatic Colors of #57AAFE
Black with #57AAFE
Text Example
Text Example
White with #57AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AAFE; }
p { color: rgb(87,170,254); }
H1.HeaderClassName
{
color: #57AAFE;
}
.AnyTagClassName
{
color: #57AAFE;
}
</style>
background-color css
<style>
a { background-color: #57AAFE; }
a { background-color: rgb(87,170,254); }
div.DivClassName
{
background-color: #57AAFE;
}
.BgClassName
{
background-color: #57AAFE;
}
</style>
border-color css
<style>
span { border-color: #57AAFE; }
span { border-color: rgb(87,170,254); }
td.TdClassName
{
border-color: #57AAFE;
}
.TagClassName
{
border-color: #57AAFE;
}
</style>