Shades of Jordy Blue #7EB0DB
Tints of Jordy Blue #7EB0DB
RGB
CMYK
RGB Variations
Color information
#7EB0DB (or 0x7EB0DB) is known color: Jordy Blue. HEX triplet: 7E, B0 and DB. RGB value is (126,176,219). Sum of RGB (Red+Green+Blue) = 126+176+219=521 (69% of max value = 765). Red value is 126 (49.61% from 255 or 24.18% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EB0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB0DB is #814F24. Grayscale: #A5A5A5. Windows color (decimal): -8474405 or 14397566. OLE color: 14397566.
HSL color Cylindrical-coordinate representation of color #7EB0DB: hue angle of 207.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EB0DB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 176 | 219 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.14 |
| HSL | 207.74º | 0.56% | 0.68% | - |
| HSV(B) | 207.74º | 0.42% | 0.86% | - |
| XYZ | 36.92 | 40.6 | 72.91 | - |
| YUV | 165.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 176 | 219 | 0.42 | 0.20 | 0 | 0.14 | 207.74 | 0.56 | 0.68 |
| Hex | 7E | B0 | DB | 2A | 14 | 0 | E | D0 | 38 | 44 |
| Octal | 176 | 260 | 333 | 52 | 24 | 0 | 16 | 320 | 70 | 104 |
| Binary | 1111110 | 10110000 | 11011011 | 101010 | 10100 | 0 | 1110 | 11010000 | 111000 | 1000100 |
Color Harmonies of #7EB0DB
Complementary color
Monochromatic Colors of #7EB0DB
Black with #7EB0DB
Text Example
Text Example
White with #7EB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB0DB; }
p { color: rgb(126,176,219); }
H1.HeaderClassName
{
color: #7EB0DB;
}
.AnyTagClassName
{
color: #7EB0DB;
}
</style>
background-color css
<style>
a { background-color: #7EB0DB; }
a { background-color: rgb(126,176,219); }
div.DivClassName
{
background-color: #7EB0DB;
}
.BgClassName
{
background-color: #7EB0DB;
}
</style>
border-color css
<style>
span { border-color: #7EB0DB; }
span { border-color: rgb(126,176,219); }
td.TdClassName
{
border-color: #7EB0DB;
}
.TagClassName
{
border-color: #7EB0DB;
}
</style>