Shades of Jordy Blue #7FADEA
Tints of Jordy Blue #7FADEA
RGB
CMYK
RGB Variations
Color information
#7FADEA (or 0x7FADEA) is known color: Jordy Blue. HEX triplet: 7F, AD and EA. RGB value is (127,173,234). Sum of RGB (Red+Green+Blue) = 127+173+234=534 (70% of max value = 765). Red value is 127 (50% from 255 or 23.78% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADEA is #805215. Grayscale: #A5A5A5. Windows color (decimal): -8409622 or 15379839. OLE color: 15379839.
HSL color Cylindrical-coordinate representation of color #7FADEA: hue angle of 214.21º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FADEA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 173 | 234 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.08 |
| HSL | 214.21º | 0.72% | 0.71% | - |
| HSV(B) | 214.21º | 0.46% | 0.92% | - |
| XYZ | 38.55 | 40.34 | 83.6 | - |
| YUV | 166.2 | 166.26 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 234 | 0.46 | 0.26 | 0 | 0.08 | 214.21 | 0.72 | 0.71 |
| Hex | 7F | AD | EA | 2E | 1A | 0 | 8 | D6 | 48 | 47 |
| Octal | 177 | 255 | 352 | 56 | 32 | 0 | 10 | 326 | 110 | 107 |
| Binary | 1111111 | 10101101 | 11101010 | 101110 | 11010 | 0 | 1000 | 11010110 | 1001000 | 1000111 |
Color Harmonies of #7FADEA
Complementary color
Monochromatic Colors of #7FADEA
Black with #7FADEA
Text Example
Text Example
White with #7FADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADEA; }
p { color: rgb(127,173,234); }
H1.HeaderClassName
{
color: #7FADEA;
}
.AnyTagClassName
{
color: #7FADEA;
}
</style>
background-color css
<style>
a { background-color: #7FADEA; }
a { background-color: rgb(127,173,234); }
div.DivClassName
{
background-color: #7FADEA;
}
.BgClassName
{
background-color: #7FADEA;
}
</style>
border-color css
<style>
span { border-color: #7FADEA; }
span { border-color: rgb(127,173,234); }
td.TdClassName
{
border-color: #7FADEA;
}
.TagClassName
{
border-color: #7FADEA;
}
</style>