Shades of Jordy Blue #70AEF2
Tints of Jordy Blue #70AEF2
RGB
CMYK
RGB Variations
Color information
#70AEF2 (or 0x70AEF2) is known color: Jordy Blue. HEX triplet: 70, AE and F2. RGB value is (112,174,242). Sum of RGB (Red+Green+Blue) = 112+174+242=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #70AEF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AEF2 is #8F510D. Grayscale: #A2A2A2. Windows color (decimal): -9392398 or 15904368. OLE color: 15904368.
HSL color Cylindrical-coordinate representation of color #70AEF2: hue angle of 211.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70AEF2 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 174 | 242 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.05 |
| HSL | 211.38º | 0.83% | 0.69% | - |
| HSV(B) | 211.38º | 0.54% | 0.95% | - |
| XYZ | 37.85 | 40.13 | 89.76 | - |
| YUV | 163.21 | 172.46 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 242 | 0.54 | 0.28 | 0 | 0.05 | 211.38 | 0.83 | 0.69 |
| Hex | 70 | AE | F2 | 36 | 1C | 0 | 5 | D3 | 53 | 45 |
| Octal | 160 | 256 | 362 | 66 | 34 | 0 | 5 | 323 | 123 | 105 |
| Binary | 1110000 | 10101110 | 11110010 | 110110 | 11100 | 0 | 101 | 11010011 | 1010011 | 1000101 |
Color Harmonies of #70AEF2
Complementary color
Monochromatic Colors of #70AEF2
Black with #70AEF2
Text Example
Text Example
White with #70AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AEF2; }
p { color: rgb(112,174,242); }
H1.HeaderClassName
{
color: #70AEF2;
}
.AnyTagClassName
{
color: #70AEF2;
}
</style>
background-color css
<style>
a { background-color: #70AEF2; }
a { background-color: rgb(112,174,242); }
div.DivClassName
{
background-color: #70AEF2;
}
.BgClassName
{
background-color: #70AEF2;
}
</style>
border-color css
<style>
span { border-color: #70AEF2; }
span { border-color: rgb(112,174,242); }
td.TdClassName
{
border-color: #70AEF2;
}
.TagClassName
{
border-color: #70AEF2;
}
</style>