Shades of Jordy Blue #7FACDA
Tints of Jordy Blue #7FACDA
RGB
CMYK
RGB Variations
Color information
#7FACDA (or 0x7FACDA) is known color: Jordy Blue. HEX triplet: 7F, AC and DA. RGB value is (127,172,218). Sum of RGB (Red+Green+Blue) = 127+172+218=517 (68% of max value = 765). Red value is 127 (50% from 255 or 24.56% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACDA is #805325. Grayscale: #A3A3A3. Windows color (decimal): -8409894 or 14331007. OLE color: 14331007.
HSL color Cylindrical-coordinate representation of color #7FACDA: hue angle of 210.33º 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 #7FACDA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 172 | 218 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.15 |
| HSL | 210.33º | 0.55% | 0.68% | - |
| HSV(B) | 210.33º | 0.42% | 0.85% | - |
| XYZ | 36.16 | 39.08 | 71.97 | - |
| YUV | 163.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 172 | 218 | 0.42 | 0.21 | 0 | 0.15 | 210.33 | 0.55 | 0.68 |
| Hex | 7F | AC | DA | 2A | 15 | 0 | F | D2 | 37 | 44 |
| Octal | 177 | 254 | 332 | 52 | 25 | 0 | 17 | 322 | 67 | 104 |
| Binary | 1111111 | 10101100 | 11011010 | 101010 | 10101 | 0 | 1111 | 11010010 | 110111 | 1000100 |
Color Harmonies of #7FACDA
Complementary color
Monochromatic Colors of #7FACDA
Black with #7FACDA
Text Example
Text Example
White with #7FACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FACDA; }
p { color: rgb(127,172,218); }
H1.HeaderClassName
{
color: #7FACDA;
}
.AnyTagClassName
{
color: #7FACDA;
}
</style>
background-color css
<style>
a { background-color: #7FACDA; }
a { background-color: rgb(127,172,218); }
div.DivClassName
{
background-color: #7FACDA;
}
.BgClassName
{
background-color: #7FACDA;
}
</style>
border-color css
<style>
span { border-color: #7FACDA; }
span { border-color: rgb(127,172,218); }
td.TdClassName
{
border-color: #7FACDA;
}
.TagClassName
{
border-color: #7FACDA;
}
</style>