Shades of Jordy Blue #7FADEF
Tints of Jordy Blue #7FADEF
RGB
CMYK
RGB Variations
Color information
#7FADEF (or 0x7FADEF) is known color: Jordy Blue. HEX triplet: 7F, AD and EF. RGB value is (127,173,239). Sum of RGB (Red+Green+Blue) = 127+173+239=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADEF is #805210. Grayscale: #A6A6A6. Windows color (decimal): -8409617 or 15707519. OLE color: 15707519.
HSL color Cylindrical-coordinate representation of color #7FADEF: hue angle of 215.36º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FADEF is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 173 | 239 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.06 |
| HSL | 215.36º | 0.78% | 0.72% | - |
| HSV(B) | 215.36º | 0.47% | 0.94% | - |
| XYZ | 39.28 | 40.63 | 87.43 | - |
| YUV | 166.77 | 168.76 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 239 | 0.47 | 0.28 | 0 | 0.06 | 215.36 | 0.78 | 0.72 |
| Hex | 7F | AD | EF | 2F | 1C | 0 | 6 | D7 | 4E | 48 |
| Octal | 177 | 255 | 357 | 57 | 34 | 0 | 6 | 327 | 116 | 110 |
| Binary | 1111111 | 10101101 | 11101111 | 101111 | 11100 | 0 | 110 | 11010111 | 1001110 | 1001000 |
Color Harmonies of #7FADEF
Complementary color
Monochromatic Colors of #7FADEF
Black with #7FADEF
Text Example
Text Example
White with #7FADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADEF; }
p { color: rgb(127,173,239); }
H1.HeaderClassName
{
color: #7FADEF;
}
.AnyTagClassName
{
color: #7FADEF;
}
</style>
background-color css
<style>
a { background-color: #7FADEF; }
a { background-color: rgb(127,173,239); }
div.DivClassName
{
background-color: #7FADEF;
}
.BgClassName
{
background-color: #7FADEF;
}
</style>
border-color css
<style>
span { border-color: #7FADEF; }
span { border-color: rgb(127,173,239); }
td.TdClassName
{
border-color: #7FADEF;
}
.TagClassName
{
border-color: #7FADEF;
}
</style>