Shades of Jordy Blue #74ADDB
Tints of Jordy Blue #74ADDB
RGB
CMYK
RGB Variations
Color information
#74ADDB (or 0x74ADDB) is known color: Jordy Blue. HEX triplet: 74, AD and DB. RGB value is (116,173,219). Sum of RGB (Red+Green+Blue) = 116+173+219=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #74ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADDB is #8B5224. Grayscale: #A0A0A0. Windows color (decimal): -9130533 or 14396788. OLE color: 14396788.
HSL color Cylindrical-coordinate representation of color #74ADDB: hue angle of 206.8º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74ADDB is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 173 | 219 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.14 |
| HSL | 206.8º | 0.59% | 0.66% | - |
| HSV(B) | 206.8º | 0.47% | 0.86% | - |
| XYZ | 34.93 | 38.71 | 72.65 | - |
| YUV | 161.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 219 | 0.47 | 0.21 | 0 | 0.14 | 206.8 | 0.59 | 0.66 |
| Hex | 74 | AD | DB | 2F | 15 | 0 | E | CF | 3B | 42 |
| Octal | 164 | 255 | 333 | 57 | 25 | 0 | 16 | 317 | 73 | 102 |
| Binary | 1110100 | 10101101 | 11011011 | 101111 | 10101 | 0 | 1110 | 11001111 | 111011 | 1000010 |
Color Harmonies of #74ADDB
Complementary color
Monochromatic Colors of #74ADDB
Black with #74ADDB
Text Example
Text Example
White with #74ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADDB; }
p { color: rgb(116,173,219); }
H1.HeaderClassName
{
color: #74ADDB;
}
.AnyTagClassName
{
color: #74ADDB;
}
</style>
background-color css
<style>
a { background-color: #74ADDB; }
a { background-color: rgb(116,173,219); }
div.DivClassName
{
background-color: #74ADDB;
}
.BgClassName
{
background-color: #74ADDB;
}
</style>
border-color css
<style>
span { border-color: #74ADDB; }
span { border-color: rgb(116,173,219); }
td.TdClassName
{
border-color: #74ADDB;
}
.TagClassName
{
border-color: #74ADDB;
}
</style>