Shades of Jordy Blue #7FADDA
Tints of Jordy Blue #7FADDA
RGB
CMYK
RGB Variations
Color information
#7FADDA (or 0x7FADDA) is known color: Jordy Blue. HEX triplet: 7F, AD and DA. RGB value is (127,173,218). Sum of RGB (Red+Green+Blue) = 127+173+218=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FADDA is #805225. Grayscale: #A4A4A4. Windows color (decimal): -8409638 or 14331263. OLE color: 14331263.
HSL color Cylindrical-coordinate representation of color #7FADDA: hue angle of 209.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FADDA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 173 | 218 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.15 |
| HSL | 209.67º | 0.55% | 0.68% | - |
| HSV(B) | 209.67º | 0.42% | 0.85% | - |
| XYZ | 36.35 | 39.46 | 72.03 | - |
| YUV | 164.38 | 158.26 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 173 | 218 | 0.42 | 0.21 | 0 | 0.15 | 209.67 | 0.55 | 0.68 |
| Hex | 7F | AD | DA | 2A | 15 | 0 | F | D2 | 37 | 44 |
| Octal | 177 | 255 | 332 | 52 | 25 | 0 | 17 | 322 | 67 | 104 |
| Binary | 1111111 | 10101101 | 11011010 | 101010 | 10101 | 0 | 1111 | 11010010 | 110111 | 1000100 |
Color Harmonies of #7FADDA
Complementary color
Monochromatic Colors of #7FADDA
Black with #7FADDA
Text Example
Text Example
White with #7FADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FADDA; }
p { color: rgb(127,173,218); }
H1.HeaderClassName
{
color: #7FADDA;
}
.AnyTagClassName
{
color: #7FADDA;
}
</style>
background-color css
<style>
a { background-color: #7FADDA; }
a { background-color: rgb(127,173,218); }
div.DivClassName
{
background-color: #7FADDA;
}
.BgClassName
{
background-color: #7FADDA;
}
</style>
border-color css
<style>
span { border-color: #7FADDA; }
span { border-color: rgb(127,173,218); }
td.TdClassName
{
border-color: #7FADDA;
}
.TagClassName
{
border-color: #7FADDA;
}
</style>