Shades of Jordy Blue #7FB5EA
Tints of Jordy Blue #7FB5EA
RGB
CMYK
RGB Variations
Color information
#7FB5EA (or 0x7FB5EA) is known color: Jordy Blue. HEX triplet: 7F, B5 and EA. RGB value is (127,181,234). Sum of RGB (Red+Green+Blue) = 127+181+234=542 (71% of max value = 765). Red value is 127 (50% from 255 or 23.43% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FB5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FB5EA is #804A15. Grayscale: #AAAAAA. Windows color (decimal): -8407574 or 15381887. OLE color: 15381887.
HSL color Cylindrical-coordinate representation of color #7FB5EA: hue angle of 209.72º 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 #7FB5EA is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 181 | 234 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.08 |
| HSL | 209.72º | 0.72% | 0.71% | - |
| HSV(B) | 209.72º | 0.46% | 0.92% | - |
| XYZ | 40.13 | 43.5 | 84.12 | - |
| YUV | 170.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 181 | 234 | 0.46 | 0.23 | 0 | 0.08 | 209.72 | 0.72 | 0.71 |
| Hex | 7F | B5 | EA | 2E | 17 | 0 | 8 | D2 | 48 | 47 |
| Octal | 177 | 265 | 352 | 56 | 27 | 0 | 10 | 322 | 110 | 107 |
| Binary | 1111111 | 10110101 | 11101010 | 101110 | 10111 | 0 | 1000 | 11010010 | 1001000 | 1000111 |
Color Harmonies of #7FB5EA
Complementary color
Monochromatic Colors of #7FB5EA
Black with #7FB5EA
Text Example
Text Example
White with #7FB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB5EA; }
p { color: rgb(127,181,234); }
H1.HeaderClassName
{
color: #7FB5EA;
}
.AnyTagClassName
{
color: #7FB5EA;
}
</style>
background-color css
<style>
a { background-color: #7FB5EA; }
a { background-color: rgb(127,181,234); }
div.DivClassName
{
background-color: #7FB5EA;
}
.BgClassName
{
background-color: #7FB5EA;
}
</style>
border-color css
<style>
span { border-color: #7FB5EA; }
span { border-color: rgb(127,181,234); }
td.TdClassName
{
border-color: #7FB5EA;
}
.TagClassName
{
border-color: #7FB5EA;
}
</style>