Shades of Jordy Blue #7FABDB
Tints of Jordy Blue #7FABDB
RGB
CMYK
RGB Variations
Color information
#7FABDB (or 0x7FABDB) is known color: Jordy Blue. HEX triplet: 7F, AB and DB. RGB value is (127,171,219). Sum of RGB (Red+Green+Blue) = 127+171+219=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABDB is #805424. Grayscale: #A3A3A3. Windows color (decimal): -8410149 or 14396287. OLE color: 14396287.
HSL color Cylindrical-coordinate representation of color #7FABDB: hue angle of 211.3º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FABDB is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 171 | 219 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.14 |
| HSL | 211.3º | 0.56% | 0.68% | - |
| HSV(B) | 211.3º | 0.42% | 0.86% | - |
| XYZ | 36.1 | 38.75 | 72.6 | - |
| YUV | 163.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 219 | 0.42 | 0.22 | 0 | 0.14 | 211.3 | 0.56 | 0.68 |
| Hex | 7F | AB | DB | 2A | 16 | 0 | E | D3 | 38 | 44 |
| Octal | 177 | 253 | 333 | 52 | 26 | 0 | 16 | 323 | 70 | 104 |
| Binary | 1111111 | 10101011 | 11011011 | 101010 | 10110 | 0 | 1110 | 11010011 | 111000 | 1000100 |
Color Harmonies of #7FABDB
Complementary color
Monochromatic Colors of #7FABDB
Black with #7FABDB
Text Example
Text Example
White with #7FABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABDB; }
p { color: rgb(127,171,219); }
H1.HeaderClassName
{
color: #7FABDB;
}
.AnyTagClassName
{
color: #7FABDB;
}
</style>
background-color css
<style>
a { background-color: #7FABDB; }
a { background-color: rgb(127,171,219); }
div.DivClassName
{
background-color: #7FABDB;
}
.BgClassName
{
background-color: #7FABDB;
}
</style>
border-color css
<style>
span { border-color: #7FABDB; }
span { border-color: rgb(127,171,219); }
td.TdClassName
{
border-color: #7FABDB;
}
.TagClassName
{
border-color: #7FABDB;
}
</style>