Shades of Jordy Blue #70ACDB
Tints of Jordy Blue #70ACDB
RGB
CMYK
RGB Variations
Color information
#70ACDB (or 0x70ACDB) is known color: Jordy Blue. HEX triplet: 70, AC and DB. RGB value is (112,172,219). Sum of RGB (Red+Green+Blue) = 112+172+219=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #70ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #70ACDB is #8F5324. Grayscale: #9F9F9F. Windows color (decimal): -9392933 or 14396528. OLE color: 14396528.
HSL color Cylindrical-coordinate representation of color #70ACDB: hue angle of 206.36º degrees, saturation: 0.6, 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 #70ACDB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 172 | 219 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.14 |
| HSL | 206.36º | 0.6% | 0.65% | - |
| HSV(B) | 206.36º | 0.49% | 0.86% | - |
| XYZ | 34.22 | 38.06 | 72.56 | - |
| YUV | 159.42 | 161.62 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 219 | 0.49 | 0.21 | 0 | 0.14 | 206.36 | 0.6 | 0.65 |
| Hex | 70 | AC | DB | 31 | 15 | 0 | E | CE | 3C | 41 |
| Octal | 160 | 254 | 333 | 61 | 25 | 0 | 16 | 316 | 74 | 101 |
| Binary | 1110000 | 10101100 | 11011011 | 110001 | 10101 | 0 | 1110 | 11001110 | 111100 | 1000001 |
Color Harmonies of #70ACDB
Complementary color
Monochromatic Colors of #70ACDB
Black with #70ACDB
Text Example
Text Example
White with #70ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ACDB; }
p { color: rgb(112,172,219); }
H1.HeaderClassName
{
color: #70ACDB;
}
.AnyTagClassName
{
color: #70ACDB;
}
</style>
background-color css
<style>
a { background-color: #70ACDB; }
a { background-color: rgb(112,172,219); }
div.DivClassName
{
background-color: #70ACDB;
}
.BgClassName
{
background-color: #70ACDB;
}
</style>
border-color css
<style>
span { border-color: #70ACDB; }
span { border-color: rgb(112,172,219); }
td.TdClassName
{
border-color: #70ACDB;
}
.TagClassName
{
border-color: #70ACDB;
}
</style>