Shades of Cornflower Blue #59ACFF
Tints of Cornflower Blue #59ACFF
RGB
CMYK
RGB Variations
Color information
#59ACFF (or 0x59ACFF) is known color: Cornflower Blue. HEX triplet: 59, AC and FF. RGB value is (89,172,255). Sum of RGB (Red+Green+Blue) = 89+172+255=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 172 (67.58% from 255 or 33.33% 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 #59ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #59ACFF is #A65300. Grayscale: #9C9C9C. Windows color (decimal): -10900225 or 16755801. OLE color: 16755801.
HSL color Cylindrical-coordinate representation of color #59ACFF: hue angle of 210º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59ACFF is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 172 | 255 | - |
| CMYK | 0.65 | 0.33 | 0 | 0 |
| HSL | 210º | 1% | 0.67% | - |
| HSV(B) | 210º | 0.65% | 1% | - |
| XYZ | 36.92 | 38.85 | 100.16 | - |
| YUV | 156.65 | 183.5 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 255 | 0.65 | 0.33 | 0 | 0 | 210 | 1 | 0.67 |
| Hex | 59 | AC | FF | 41 | 21 | 0 | 0 | D2 | 64 | 43 |
| Octal | 131 | 254 | 377 | 101 | 41 | 0 | 0 | 322 | 144 | 103 |
| Binary | 1011001 | 10101100 | 11111111 | 1000001 | 100001 | 0 | 0 | 11010010 | 1100100 | 1000011 |
Color Harmonies of #59ACFF
Complementary color
Monochromatic Colors of #59ACFF
Black with #59ACFF
Text Example
Text Example
White with #59ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACFF; }
p { color: rgb(89,172,255); }
H1.HeaderClassName
{
color: #59ACFF;
}
.AnyTagClassName
{
color: #59ACFF;
}
</style>
background-color css
<style>
a { background-color: #59ACFF; }
a { background-color: rgb(89,172,255); }
div.DivClassName
{
background-color: #59ACFF;
}
.BgClassName
{
background-color: #59ACFF;
}
</style>
border-color css
<style>
span { border-color: #59ACFF; }
span { border-color: rgb(89,172,255); }
td.TdClassName
{
border-color: #59ACFF;
}
.TagClassName
{
border-color: #59ACFF;
}
</style>