Shades of Jordy Blue #70A6D2
Tints of Jordy Blue #70A6D2
RGB
CMYK
RGB Variations
Color information
#70A6D2 (or 0x70A6D2) is known color: Jordy Blue. HEX triplet: 70, A6 and D2. RGB value is (112,166,210). Sum of RGB (Red+Green+Blue) = 112+166+210=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #70A6D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70A6D2 is #8F592D. Grayscale: #9A9A9A. Windows color (decimal): -9394478 or 13805168. OLE color: 13805168.
HSL color Cylindrical-coordinate representation of color #70A6D2: hue angle of 206.94º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70A6D2 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 166 | 210 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.18 |
| HSL | 206.94º | 0.52% | 0.63% | - |
| HSV(B) | 206.94º | 0.47% | 0.82% | - |
| XYZ | 31.95 | 35.37 | 66.12 | - |
| YUV | 154.87 | 159.11 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 166 | 210 | 0.47 | 0.21 | 0 | 0.18 | 206.94 | 0.52 | 0.63 |
| Hex | 70 | A6 | D2 | 2F | 15 | 0 | 12 | CF | 34 | 3F |
| Octal | 160 | 246 | 322 | 57 | 25 | 0 | 22 | 317 | 64 | 77 |
| Binary | 1110000 | 10100110 | 11010010 | 101111 | 10101 | 0 | 10010 | 11001111 | 110100 | 111111 |
Color Harmonies of #70A6D2
Complementary color
Monochromatic Colors of #70A6D2
Black with #70A6D2
Text Example
Text Example
White with #70A6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A6D2; }
p { color: rgb(112,166,210); }
H1.HeaderClassName
{
color: #70A6D2;
}
.AnyTagClassName
{
color: #70A6D2;
}
</style>
background-color css
<style>
a { background-color: #70A6D2; }
a { background-color: rgb(112,166,210); }
div.DivClassName
{
background-color: #70A6D2;
}
.BgClassName
{
background-color: #70A6D2;
}
</style>
border-color css
<style>
span { border-color: #70A6D2; }
span { border-color: rgb(112,166,210); }
td.TdClassName
{
border-color: #70A6D2;
}
.TagClassName
{
border-color: #70A6D2;
}
</style>