Shades of Jordy Blue #7EB8DF
Tints of Jordy Blue #7EB8DF
RGB
CMYK
RGB Variations
Color information
#7EB8DF (or 0x7EB8DF) is known color: Jordy Blue. HEX triplet: 7E, B8 and DF. RGB value is (126,184,223). Sum of RGB (Red+Green+Blue) = 126+184+223=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EB8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB8DF is #814720. Grayscale: #AAAAAA. Windows color (decimal): -8472353 or 14661758. OLE color: 14661758.
HSL color Cylindrical-coordinate representation of color #7EB8DF: hue angle of 204.12º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EB8DF is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 184 | 223 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.13 |
| HSL | 204.12º | 0.6% | 0.68% | - |
| HSV(B) | 204.12º | 0.43% | 0.87% | - |
| XYZ | 39.06 | 44.04 | 76.25 | - |
| YUV | 171.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 223 | 0.43 | 0.17 | 0 | 0.13 | 204.12 | 0.6 | 0.68 |
| Hex | 7E | B8 | DF | 2B | 11 | 0 | D | CC | 3C | 44 |
| Octal | 176 | 270 | 337 | 53 | 21 | 0 | 15 | 314 | 74 | 104 |
| Binary | 1111110 | 10111000 | 11011111 | 101011 | 10001 | 0 | 1101 | 11001100 | 111100 | 1000100 |
Color Harmonies of #7EB8DF
Complementary color
Monochromatic Colors of #7EB8DF
Black with #7EB8DF
Text Example
Text Example
White with #7EB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB8DF; }
p { color: rgb(126,184,223); }
H1.HeaderClassName
{
color: #7EB8DF;
}
.AnyTagClassName
{
color: #7EB8DF;
}
</style>
background-color css
<style>
a { background-color: #7EB8DF; }
a { background-color: rgb(126,184,223); }
div.DivClassName
{
background-color: #7EB8DF;
}
.BgClassName
{
background-color: #7EB8DF;
}
</style>
border-color css
<style>
span { border-color: #7EB8DF; }
span { border-color: rgb(126,184,223); }
td.TdClassName
{
border-color: #7EB8DF;
}
.TagClassName
{
border-color: #7EB8DF;
}
</style>