Shades of Jordy Blue #7FADDD
Tints of Jordy Blue #7FADDD
RGB
CMYK
RGB Variations
Color information
#7FADDD (or 0x7FADDD) is known color: Jordy Blue. HEX triplet: 7F, AD and DD. RGB value is (127,173,221). Sum of RGB (Red+Green+Blue) = 127+173+221=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #7FADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADDD is #805222. Grayscale: #A4A4A4. Windows color (decimal): -8409635 or 14527871. OLE color: 14527871.
HSL color Cylindrical-coordinate representation of color #7FADDD: hue angle of 210.64º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FADDD is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 173 | 221 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.13 |
| HSL | 210.64º | 0.58% | 0.68% | - |
| HSV(B) | 210.64º | 0.43% | 0.87% | - |
| XYZ | 36.75 | 39.62 | 74.12 | - |
| YUV | 164.72 | 159.76 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 221 | 0.43 | 0.22 | 0 | 0.13 | 210.64 | 0.58 | 0.68 |
| Hex | 7F | AD | DD | 2B | 16 | 0 | D | D3 | 3A | 44 |
| Octal | 177 | 255 | 335 | 53 | 26 | 0 | 15 | 323 | 72 | 104 |
| Binary | 1111111 | 10101101 | 11011101 | 101011 | 10110 | 0 | 1101 | 11010011 | 111010 | 1000100 |
Color Harmonies of #7FADDD
Complementary color
Monochromatic Colors of #7FADDD
Black with #7FADDD
Text Example
Text Example
White with #7FADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADDD; }
p { color: rgb(127,173,221); }
H1.HeaderClassName
{
color: #7FADDD;
}
.AnyTagClassName
{
color: #7FADDD;
}
</style>
background-color css
<style>
a { background-color: #7FADDD; }
a { background-color: rgb(127,173,221); }
div.DivClassName
{
background-color: #7FADDD;
}
.BgClassName
{
background-color: #7FADDD;
}
</style>
border-color css
<style>
span { border-color: #7FADDD; }
span { border-color: rgb(127,173,221); }
td.TdClassName
{
border-color: #7FADDD;
}
.TagClassName
{
border-color: #7FADDD;
}
</style>