Shades of Jordy Blue #70AEDD
Tints of Jordy Blue #70AEDD
RGB
CMYK
RGB Variations
Color information
#70AEDD (or 0x70AEDD) is known color: Jordy Blue. HEX triplet: 70, AE and DD. RGB value is (112,174,221). Sum of RGB (Red+Green+Blue) = 112+174+221=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #70AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEDD is #8F5122. Grayscale: #A0A0A0. Windows color (decimal): -9392419 or 14528112. OLE color: 14528112.
HSL color Cylindrical-coordinate representation of color #70AEDD: hue angle of 205.87º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70AEDD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 174 | 221 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.13 |
| HSL | 205.87º | 0.62% | 0.65% | - |
| HSV(B) | 205.87º | 0.49% | 0.87% | - |
| XYZ | 34.87 | 38.94 | 74.08 | - |
| YUV | 160.82 | 161.96 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 221 | 0.49 | 0.21 | 0 | 0.13 | 205.87 | 0.62 | 0.65 |
| Hex | 70 | AE | DD | 31 | 15 | 0 | D | CE | 3E | 41 |
| Octal | 160 | 256 | 335 | 61 | 25 | 0 | 15 | 316 | 76 | 101 |
| Binary | 1110000 | 10101110 | 11011101 | 110001 | 10101 | 0 | 1101 | 11001110 | 111110 | 1000001 |
Color Harmonies of #70AEDD
Complementary color
Monochromatic Colors of #70AEDD
Black with #70AEDD
Text Example
Text Example
White with #70AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AEDD; }
p { color: rgb(112,174,221); }
H1.HeaderClassName
{
color: #70AEDD;
}
.AnyTagClassName
{
color: #70AEDD;
}
</style>
background-color css
<style>
a { background-color: #70AEDD; }
a { background-color: rgb(112,174,221); }
div.DivClassName
{
background-color: #70AEDD;
}
.BgClassName
{
background-color: #70AEDD;
}
</style>
border-color css
<style>
span { border-color: #70AEDD; }
span { border-color: rgb(112,174,221); }
td.TdClassName
{
border-color: #70AEDD;
}
.TagClassName
{
border-color: #70AEDD;
}
</style>