Shades of Jordy Blue #70ACE8
Tints of Jordy Blue #70ACE8
RGB
CMYK
RGB Variations
Color information
#70ACE8 (or 0x70ACE8) is known color: Jordy Blue. HEX triplet: 70, AC and E8. RGB value is (112,172,232). Sum of RGB (Red+Green+Blue) = 112+172+232=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #70ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70ACE8 is #8F5317. Grayscale: #A0A0A0. Windows color (decimal): -9392920 or 15248496. OLE color: 15248496.
HSL color Cylindrical-coordinate representation of color #70ACE8: hue angle of 210º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70ACE8 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 172 | 232 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.09 |
| HSL | 210º | 0.72% | 0.67% | - |
| HSV(B) | 210º | 0.52% | 0.91% | - |
| XYZ | 36 | 38.78 | 81.93 | - |
| YUV | 160.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 232 | 0.52 | 0.26 | 0 | 0.09 | 210 | 0.72 | 0.67 |
| Hex | 70 | AC | E8 | 34 | 1A | 0 | 9 | D2 | 48 | 43 |
| Octal | 160 | 254 | 350 | 64 | 32 | 0 | 11 | 322 | 110 | 103 |
| Binary | 1110000 | 10101100 | 11101000 | 110100 | 11010 | 0 | 1001 | 11010010 | 1001000 | 1000011 |
Color Harmonies of #70ACE8
Complementary color
Monochromatic Colors of #70ACE8
Black with #70ACE8
Text Example
Text Example
White with #70ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACE8; }
p { color: rgb(112,172,232); }
H1.HeaderClassName
{
color: #70ACE8;
}
.AnyTagClassName
{
color: #70ACE8;
}
</style>
background-color css
<style>
a { background-color: #70ACE8; }
a { background-color: rgb(112,172,232); }
div.DivClassName
{
background-color: #70ACE8;
}
.BgClassName
{
background-color: #70ACE8;
}
</style>
border-color css
<style>
span { border-color: #70ACE8; }
span { border-color: rgb(112,172,232); }
td.TdClassName
{
border-color: #70ACE8;
}
.TagClassName
{
border-color: #70ACE8;
}
</style>