Shades of Jordy Blue #70ADDC
Tints of Jordy Blue #70ADDC
RGB
CMYK
RGB Variations
Color information
#70ADDC (or 0x70ADDC) is known color: Jordy Blue. HEX triplet: 70, AD and DC. RGB value is (112,173,220). Sum of RGB (Red+Green+Blue) = 112+173+220=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #70ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ADDC is #8F5223. Grayscale: #9F9F9F. Windows color (decimal): -9392676 or 14462320. OLE color: 14462320.
HSL color Cylindrical-coordinate representation of color #70ADDC: hue angle of 206.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70ADDC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 173 | 220 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.14 |
| HSL | 206.11º | 0.61% | 0.65% | - |
| HSV(B) | 206.11º | 0.49% | 0.86% | - |
| XYZ | 34.54 | 38.5 | 73.32 | - |
| YUV | 160.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 220 | 0.49 | 0.21 | 0 | 0.14 | 206.11 | 0.61 | 0.65 |
| Hex | 70 | AD | DC | 31 | 15 | 0 | E | CE | 3D | 41 |
| Octal | 160 | 255 | 334 | 61 | 25 | 0 | 16 | 316 | 75 | 101 |
| Binary | 1110000 | 10101101 | 11011100 | 110001 | 10101 | 0 | 1110 | 11001110 | 111101 | 1000001 |
Color Harmonies of #70ADDC
Complementary color
Monochromatic Colors of #70ADDC
Black with #70ADDC
Text Example
Text Example
White with #70ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ADDC; }
p { color: rgb(112,173,220); }
H1.HeaderClassName
{
color: #70ADDC;
}
.AnyTagClassName
{
color: #70ADDC;
}
</style>
background-color css
<style>
a { background-color: #70ADDC; }
a { background-color: rgb(112,173,220); }
div.DivClassName
{
background-color: #70ADDC;
}
.BgClassName
{
background-color: #70ADDC;
}
</style>
border-color css
<style>
span { border-color: #70ADDC; }
span { border-color: rgb(112,173,220); }
td.TdClassName
{
border-color: #70ADDC;
}
.TagClassName
{
border-color: #70ADDC;
}
</style>