Shades of Jordy Blue #70ACE0
Tints of Jordy Blue #70ACE0
RGB
CMYK
RGB Variations
Color information
#70ACE0 (or 0x70ACE0) is known color: Jordy Blue. HEX triplet: 70, AC and E0. RGB value is (112,172,224). Sum of RGB (Red+Green+Blue) = 112+172+224=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #70ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACE0 is #8F531F. Grayscale: #9F9F9F. Windows color (decimal): -9392928 or 14724208. OLE color: 14724208.
HSL color Cylindrical-coordinate representation of color #70ACE0: hue angle of 207.86º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70ACE0 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 172 | 224 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.12 |
| HSL | 207.86º | 0.64% | 0.66% | - |
| HSV(B) | 207.86º | 0.5% | 0.88% | - |
| XYZ | 34.89 | 38.33 | 76.08 | - |
| YUV | 159.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 224 | 0.50 | 0.23 | 0 | 0.12 | 207.86 | 0.64 | 0.66 |
| Hex | 70 | AC | E0 | 32 | 17 | 0 | C | D0 | 40 | 42 |
| Octal | 160 | 254 | 340 | 62 | 27 | 0 | 14 | 320 | 100 | 102 |
| Binary | 1110000 | 10101100 | 11100000 | 110010 | 10111 | 0 | 1100 | 11010000 | 1000000 | 1000010 |
Color Harmonies of #70ACE0
Complementary color
Monochromatic Colors of #70ACE0
Black with #70ACE0
Text Example
Text Example
White with #70ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACE0; }
p { color: rgb(112,172,224); }
H1.HeaderClassName
{
color: #70ACE0;
}
.AnyTagClassName
{
color: #70ACE0;
}
</style>
background-color css
<style>
a { background-color: #70ACE0; }
a { background-color: rgb(112,172,224); }
div.DivClassName
{
background-color: #70ACE0;
}
.BgClassName
{
background-color: #70ACE0;
}
</style>
border-color css
<style>
span { border-color: #70ACE0; }
span { border-color: rgb(112,172,224); }
td.TdClassName
{
border-color: #70ACE0;
}
.TagClassName
{
border-color: #70ACE0;
}
</style>