Shades of Jordy Blue #7FADE6
Tints of Jordy Blue #7FADE6
RGB
CMYK
RGB Variations
Color information
#7FADE6 (or 0x7FADE6) is known color: Jordy Blue. HEX triplet: 7F, AD and E6. RGB value is (127,173,230). Sum of RGB (Red+Green+Blue) = 127+173+230=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #7FADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FADE6 is #805219. Grayscale: #A5A5A5. Windows color (decimal): -8409626 or 15117695. OLE color: 15117695.
HSL color Cylindrical-coordinate representation of color #7FADE6: hue angle of 213.2º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FADE6 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 173 | 230 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.10 |
| HSL | 213.2º | 0.67% | 0.7% | - |
| HSV(B) | 213.2º | 0.45% | 0.9% | - |
| XYZ | 37.98 | 40.11 | 80.6 | - |
| YUV | 165.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 230 | 0.45 | 0.25 | 0 | 0.10 | 213.2 | 0.67 | 0.7 |
| Hex | 7F | AD | E6 | 2D | 19 | 0 | A | D5 | 43 | 46 |
| Octal | 177 | 255 | 346 | 55 | 31 | 0 | 12 | 325 | 103 | 106 |
| Binary | 1111111 | 10101101 | 11100110 | 101101 | 11001 | 0 | 1010 | 11010101 | 1000011 | 1000110 |
Color Harmonies of #7FADE6
Complementary color
Monochromatic Colors of #7FADE6
Black with #7FADE6
Text Example
Text Example
White with #7FADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADE6; }
p { color: rgb(127,173,230); }
H1.HeaderClassName
{
color: #7FADE6;
}
.AnyTagClassName
{
color: #7FADE6;
}
</style>
background-color css
<style>
a { background-color: #7FADE6; }
a { background-color: rgb(127,173,230); }
div.DivClassName
{
background-color: #7FADE6;
}
.BgClassName
{
background-color: #7FADE6;
}
</style>
border-color css
<style>
span { border-color: #7FADE6; }
span { border-color: rgb(127,173,230); }
td.TdClassName
{
border-color: #7FADE6;
}
.TagClassName
{
border-color: #7FADE6;
}
</style>