Shades of Jordy Blue #70AEEA
Tints of Jordy Blue #70AEEA
RGB
CMYK
RGB Variations
Color information
#70AEEA (or 0x70AEEA) is known color: Jordy Blue. HEX triplet: 70, AE and EA. RGB value is (112,174,234). Sum of RGB (Red+Green+Blue) = 112+174+234=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #70AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AEEA is #8F5115. Grayscale: #A2A2A2. Windows color (decimal): -9392406 or 15380080. OLE color: 15380080.
HSL color Cylindrical-coordinate representation of color #70AEEA: hue angle of 209.51º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70AEEA is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 174 | 234 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.08 |
| HSL | 209.51º | 0.74% | 0.68% | - |
| HSV(B) | 209.51º | 0.52% | 0.92% | - |
| XYZ | 36.67 | 39.66 | 83.56 | - |
| YUV | 162.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 234 | 0.52 | 0.26 | 0 | 0.08 | 209.51 | 0.74 | 0.68 |
| Hex | 70 | AE | EA | 34 | 1A | 0 | 8 | D2 | 4A | 44 |
| Octal | 160 | 256 | 352 | 64 | 32 | 0 | 10 | 322 | 112 | 104 |
| Binary | 1110000 | 10101110 | 11101010 | 110100 | 11010 | 0 | 1000 | 11010010 | 1001010 | 1000100 |
Color Harmonies of #70AEEA
Complementary color
Monochromatic Colors of #70AEEA
Black with #70AEEA
Text Example
Text Example
White with #70AEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AEEA; }
p { color: rgb(112,174,234); }
H1.HeaderClassName
{
color: #70AEEA;
}
.AnyTagClassName
{
color: #70AEEA;
}
</style>
background-color css
<style>
a { background-color: #70AEEA; }
a { background-color: rgb(112,174,234); }
div.DivClassName
{
background-color: #70AEEA;
}
.BgClassName
{
background-color: #70AEEA;
}
</style>
border-color css
<style>
span { border-color: #70AEEA; }
span { border-color: rgb(112,174,234); }
td.TdClassName
{
border-color: #70AEEA;
}
.TagClassName
{
border-color: #70AEEA;
}
</style>