Shades of Jordy Blue #74ABDB
Tints of Jordy Blue #74ABDB
RGB
CMYK
RGB Variations
Color information
#74ABDB (or 0x74ABDB) is known color: Jordy Blue. HEX triplet: 74, AB and DB. RGB value is (116,171,219). Sum of RGB (Red+Green+Blue) = 116+171+219=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #74ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABDB is #8B5424. Grayscale: #9F9F9F. Windows color (decimal): -9131045 or 14396276. OLE color: 14396276.
HSL color Cylindrical-coordinate representation of color #74ABDB: hue angle of 207.96º 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 #74ABDB is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 171 | 219 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.14 |
| HSL | 207.96º | 0.59% | 0.66% | - |
| HSV(B) | 207.96º | 0.47% | 0.86% | - |
| XYZ | 34.55 | 37.95 | 72.52 | - |
| YUV | 160.03 | 161.28 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 171 | 219 | 0.47 | 0.22 | 0 | 0.14 | 207.96 | 0.59 | 0.66 |
| Hex | 74 | AB | DB | 2F | 16 | 0 | E | D0 | 3B | 42 |
| Octal | 164 | 253 | 333 | 57 | 26 | 0 | 16 | 320 | 73 | 102 |
| Binary | 1110100 | 10101011 | 11011011 | 101111 | 10110 | 0 | 1110 | 11010000 | 111011 | 1000010 |
Color Harmonies of #74ABDB
Complementary color
Monochromatic Colors of #74ABDB
Black with #74ABDB
Text Example
Text Example
White with #74ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ABDB; }
p { color: rgb(116,171,219); }
H1.HeaderClassName
{
color: #74ABDB;
}
.AnyTagClassName
{
color: #74ABDB;
}
</style>
background-color css
<style>
a { background-color: #74ABDB; }
a { background-color: rgb(116,171,219); }
div.DivClassName
{
background-color: #74ABDB;
}
.BgClassName
{
background-color: #74ABDB;
}
</style>
border-color css
<style>
span { border-color: #74ABDB; }
span { border-color: rgb(116,171,219); }
td.TdClassName
{
border-color: #74ABDB;
}
.TagClassName
{
border-color: #74ABDB;
}
</style>