Shades of Jordy Blue #7FABDF
Tints of Jordy Blue #7FABDF
RGB
CMYK
RGB Variations
Color information
#7FABDF (or 0x7FABDF) is known color: Jordy Blue. HEX triplet: 7F, AB and DF. RGB value is (127,171,223). Sum of RGB (Red+Green+Blue) = 127+171+223=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABDF is #805420. Grayscale: #A3A3A3. Windows color (decimal): -8410145 or 14658431. OLE color: 14658431.
HSL color Cylindrical-coordinate representation of color #7FABDF: hue angle of 212.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FABDF is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 171 | 223 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.13 |
| HSL | 212.5º | 0.6% | 0.69% | - |
| HSV(B) | 212.5º | 0.43% | 0.87% | - |
| XYZ | 36.63 | 38.97 | 75.4 | - |
| YUV | 163.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 171 | 223 | 0.43 | 0.23 | 0 | 0.13 | 212.5 | 0.6 | 0.69 |
| Hex | 7F | AB | DF | 2B | 17 | 0 | D | D4 | 3C | 45 |
| Octal | 177 | 253 | 337 | 53 | 27 | 0 | 15 | 324 | 74 | 105 |
| Binary | 1111111 | 10101011 | 11011111 | 101011 | 10111 | 0 | 1101 | 11010100 | 111100 | 1000101 |
Color Harmonies of #7FABDF
Complementary color
Monochromatic Colors of #7FABDF
Black with #7FABDF
Text Example
Text Example
White with #7FABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FABDF; }
p { color: rgb(127,171,223); }
H1.HeaderClassName
{
color: #7FABDF;
}
.AnyTagClassName
{
color: #7FABDF;
}
</style>
background-color css
<style>
a { background-color: #7FABDF; }
a { background-color: rgb(127,171,223); }
div.DivClassName
{
background-color: #7FABDF;
}
.BgClassName
{
background-color: #7FABDF;
}
</style>
border-color css
<style>
span { border-color: #7FABDF; }
span { border-color: rgb(127,171,223); }
td.TdClassName
{
border-color: #7FABDF;
}
.TagClassName
{
border-color: #7FABDF;
}
</style>