Shades of Jordy Blue #70AEDF
Tints of Jordy Blue #70AEDF
RGB
CMYK
RGB Variations
Color information
#70AEDF (or 0x70AEDF) is known color: Jordy Blue. HEX triplet: 70, AE and DF. RGB value is (112,174,223). Sum of RGB (Red+Green+Blue) = 112+174+223=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #70AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70AEDF is #8F5120. Grayscale: #A0A0A0. Windows color (decimal): -9392417 or 14659184. OLE color: 14659184.
HSL color Cylindrical-coordinate representation of color #70AEDF: hue angle of 206.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70AEDF is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 174 | 223 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.13 |
| HSL | 206.49º | 0.63% | 0.66% | - |
| HSV(B) | 206.49º | 0.5% | 0.87% | - |
| XYZ | 35.14 | 39.04 | 75.5 | - |
| YUV | 161.05 | 162.96 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 223 | 0.50 | 0.22 | 0 | 0.13 | 206.49 | 0.63 | 0.66 |
| Hex | 70 | AE | DF | 32 | 16 | 0 | D | CE | 3F | 42 |
| Octal | 160 | 256 | 337 | 62 | 26 | 0 | 15 | 316 | 77 | 102 |
| Binary | 1110000 | 10101110 | 11011111 | 110010 | 10110 | 0 | 1101 | 11001110 | 111111 | 1000010 |
Color Harmonies of #70AEDF
Complementary color
Monochromatic Colors of #70AEDF
Black with #70AEDF
Text Example
Text Example
White with #70AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AEDF; }
p { color: rgb(112,174,223); }
H1.HeaderClassName
{
color: #70AEDF;
}
.AnyTagClassName
{
color: #70AEDF;
}
</style>
background-color css
<style>
a { background-color: #70AEDF; }
a { background-color: rgb(112,174,223); }
div.DivClassName
{
background-color: #70AEDF;
}
.BgClassName
{
background-color: #70AEDF;
}
</style>
border-color css
<style>
span { border-color: #70AEDF; }
span { border-color: rgb(112,174,223); }
td.TdClassName
{
border-color: #70AEDF;
}
.TagClassName
{
border-color: #70AEDF;
}
</style>