Shades of Cornflower Blue #5DACFF
Tints of Cornflower Blue #5DACFF
RGB
CMYK
RGB Variations
Color information
#5DACFF (or 0x5DACFF) is known color: Cornflower Blue. HEX triplet: 5D, AC and FF. RGB value is (93,172,255). Sum of RGB (Red+Green+Blue) = 93+172+255=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DACFF is #A25300. Grayscale: #9D9D9D. Windows color (decimal): -10638081 or 16755805. OLE color: 16755805.
HSL color Cylindrical-coordinate representation of color #5DACFF: hue angle of 210.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DACFF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 172 | 255 | - |
| CMYK | 0.64 | 0.33 | 0 | 0 |
| HSL | 210.74º | 1% | 0.68% | - |
| HSV(B) | 210.74º | 0.64% | 1% | - |
| XYZ | 37.32 | 39.05 | 100.18 | - |
| YUV | 157.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 172 | 255 | 0.64 | 0.33 | 0 | 0 | 210.74 | 1 | 0.68 |
| Hex | 5D | AC | FF | 40 | 21 | 0 | 0 | D3 | 64 | 44 |
| Octal | 135 | 254 | 377 | 100 | 41 | 0 | 0 | 323 | 144 | 104 |
| Binary | 1011101 | 10101100 | 11111111 | 1000000 | 100001 | 0 | 0 | 11010011 | 1100100 | 1000100 |
Color Harmonies of #5DACFF
Complementary color
Monochromatic Colors of #5DACFF
Black with #5DACFF
Text Example
Text Example
White with #5DACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DACFF; }
p { color: rgb(93,172,255); }
H1.HeaderClassName
{
color: #5DACFF;
}
.AnyTagClassName
{
color: #5DACFF;
}
</style>
background-color css
<style>
a { background-color: #5DACFF; }
a { background-color: rgb(93,172,255); }
div.DivClassName
{
background-color: #5DACFF;
}
.BgClassName
{
background-color: #5DACFF;
}
</style>
border-color css
<style>
span { border-color: #5DACFF; }
span { border-color: rgb(93,172,255); }
td.TdClassName
{
border-color: #5DACFF;
}
.TagClassName
{
border-color: #5DACFF;
}
</style>