Shades of Jordy Blue #7EBBE5
Tints of Jordy Blue #7EBBE5
RGB
CMYK
RGB Variations
Color information
#7EBBE5 (or 0x7EBBE5) is known color: Jordy Blue. HEX triplet: 7E, BB and E5. RGB value is (126,187,229). Sum of RGB (Red+Green+Blue) = 126+187+229=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #7EBBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBE5 is #81441A. Grayscale: #ADADAD. Windows color (decimal): -8471579 or 15055742. OLE color: 15055742.
HSL color Cylindrical-coordinate representation of color #7EBBE5: hue angle of 204.47º degrees, saturation: 0.66, 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 #7EBBE5 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 187 | 229 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.10 |
| HSL | 204.47º | 0.66% | 0.7% | - |
| HSV(B) | 204.47º | 0.45% | 0.9% | - |
| XYZ | 40.52 | 45.63 | 80.8 | - |
| YUV | 173.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 229 | 0.45 | 0.18 | 0 | 0.10 | 204.47 | 0.66 | 0.7 |
| Hex | 7E | BB | E5 | 2D | 12 | 0 | A | CC | 42 | 46 |
| Octal | 176 | 273 | 345 | 55 | 22 | 0 | 12 | 314 | 102 | 106 |
| Binary | 1111110 | 10111011 | 11100101 | 101101 | 10010 | 0 | 1010 | 11001100 | 1000010 | 1000110 |
Color Harmonies of #7EBBE5
Complementary color
Monochromatic Colors of #7EBBE5
Black with #7EBBE5
Text Example
Text Example
White with #7EBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBE5; }
p { color: rgb(126,187,229); }
H1.HeaderClassName
{
color: #7EBBE5;
}
.AnyTagClassName
{
color: #7EBBE5;
}
</style>
background-color css
<style>
a { background-color: #7EBBE5; }
a { background-color: rgb(126,187,229); }
div.DivClassName
{
background-color: #7EBBE5;
}
.BgClassName
{
background-color: #7EBBE5;
}
</style>
border-color css
<style>
span { border-color: #7EBBE5; }
span { border-color: rgb(126,187,229); }
td.TdClassName
{
border-color: #7EBBE5;
}
.TagClassName
{
border-color: #7EBBE5;
}
</style>