Shades of Jordy Blue #7EBBE3
Tints of Jordy Blue #7EBBE3
RGB
CMYK
RGB Variations
Color information
#7EBBE3 (or 0x7EBBE3) is known color: Jordy Blue. HEX triplet: 7E, BB and E3. RGB value is (126,187,227). Sum of RGB (Red+Green+Blue) = 126+187+227=540 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.33% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #7EBBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EBBE3 is #81441C. Grayscale: #ADADAD. Windows color (decimal): -8471581 or 14924670. OLE color: 14924670.
HSL color Cylindrical-coordinate representation of color #7EBBE3: hue angle of 203.76º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EBBE3 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 187 | 227 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.11 |
| HSL | 203.76º | 0.64% | 0.69% | - |
| HSV(B) | 203.76º | 0.44% | 0.89% | - |
| XYZ | 40.24 | 45.52 | 79.34 | - |
| YUV | 173.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 227 | 0.44 | 0.18 | 0 | 0.11 | 203.76 | 0.64 | 0.69 |
| Hex | 7E | BB | E3 | 2C | 12 | 0 | B | CC | 40 | 45 |
| Octal | 176 | 273 | 343 | 54 | 22 | 0 | 13 | 314 | 100 | 105 |
| Binary | 1111110 | 10111011 | 11100011 | 101100 | 10010 | 0 | 1011 | 11001100 | 1000000 | 1000101 |
Color Harmonies of #7EBBE3
Complementary color
Monochromatic Colors of #7EBBE3
Black with #7EBBE3
Text Example
Text Example
White with #7EBBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBBE3; }
p { color: rgb(126,187,227); }
H1.HeaderClassName
{
color: #7EBBE3;
}
.AnyTagClassName
{
color: #7EBBE3;
}
</style>
background-color css
<style>
a { background-color: #7EBBE3; }
a { background-color: rgb(126,187,227); }
div.DivClassName
{
background-color: #7EBBE3;
}
.BgClassName
{
background-color: #7EBBE3;
}
</style>
border-color css
<style>
span { border-color: #7EBBE3; }
span { border-color: rgb(126,187,227); }
td.TdClassName
{
border-color: #7EBBE3;
}
.TagClassName
{
border-color: #7EBBE3;
}
</style>