Shades of Jordy Blue #70AEED
Tints of Jordy Blue #70AEED
RGB
CMYK
RGB Variations
Color information
#70AEED (or 0x70AEED) is known color: Jordy Blue. HEX triplet: 70, AE and ED. RGB value is (112,174,237). Sum of RGB (Red+Green+Blue) = 112+174+237=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #70AEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #70AEED is #8F5112. Grayscale: #A2A2A2. Windows color (decimal): -9392403 or 15576688. OLE color: 15576688.
HSL color Cylindrical-coordinate representation of color #70AEED: hue angle of 210.24º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70AEED is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 174 | 237 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.07 |
| HSL | 210.24º | 0.78% | 0.68% | - |
| HSV(B) | 210.24º | 0.53% | 0.93% | - |
| XYZ | 37.1 | 39.83 | 85.85 | - |
| YUV | 162.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 237 | 0.53 | 0.27 | 0 | 0.07 | 210.24 | 0.78 | 0.68 |
| Hex | 70 | AE | ED | 35 | 1B | 0 | 7 | D2 | 4E | 44 |
| Octal | 160 | 256 | 355 | 65 | 33 | 0 | 7 | 322 | 116 | 104 |
| Binary | 1110000 | 10101110 | 11101101 | 110101 | 11011 | 0 | 111 | 11010010 | 1001110 | 1000100 |
Color Harmonies of #70AEED
Complementary color
Monochromatic Colors of #70AEED
Black with #70AEED
Text Example
Text Example
White with #70AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AEED; }
p { color: rgb(112,174,237); }
H1.HeaderClassName
{
color: #70AEED;
}
.AnyTagClassName
{
color: #70AEED;
}
</style>
background-color css
<style>
a { background-color: #70AEED; }
a { background-color: rgb(112,174,237); }
div.DivClassName
{
background-color: #70AEED;
}
.BgClassName
{
background-color: #70AEED;
}
</style>
border-color css
<style>
span { border-color: #70AEED; }
span { border-color: rgb(112,174,237); }
td.TdClassName
{
border-color: #70AEED;
}
.TagClassName
{
border-color: #70AEED;
}
</style>