Shades of Jordy Blue #7DBBE8
Tints of Jordy Blue #7DBBE8
RGB
CMYK
RGB Variations
Color information
#7DBBE8 (or 0x7DBBE8) is known color: Jordy Blue. HEX triplet: 7D, BB and E8. RGB value is (125,187,232). Sum of RGB (Red+Green+Blue) = 125+187+232=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #7DBBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DBBE8 is #824417. Grayscale: #ADADAD. Windows color (decimal): -8537112 or 15252349. OLE color: 15252349.
HSL color Cylindrical-coordinate representation of color #7DBBE8: hue angle of 205.23º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DBBE8 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 125 | 187 | 232 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.09 |
| HSL | 205.23º | 0.7% | 0.7% | - |
| HSV(B) | 205.23º | 0.46% | 0.91% | - |
| XYZ | 40.79 | 45.73 | 83.02 | - |
| YUV | 173.59 | 160.96 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 232 | 0.46 | 0.19 | 0 | 0.09 | 205.23 | 0.7 | 0.7 |
| Hex | 7D | BB | E8 | 2E | 13 | 0 | 9 | CD | 46 | 46 |
| Octal | 175 | 273 | 350 | 56 | 23 | 0 | 11 | 315 | 106 | 106 |
| Binary | 1111101 | 10111011 | 11101000 | 101110 | 10011 | 0 | 1001 | 11001101 | 1000110 | 1000110 |
Color Harmonies of #7DBBE8
Complementary color
Monochromatic Colors of #7DBBE8
Black with #7DBBE8
Text Example
Text Example
White with #7DBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBBE8; }
p { color: rgb(125,187,232); }
H1.HeaderClassName
{
color: #7DBBE8;
}
.AnyTagClassName
{
color: #7DBBE8;
}
</style>
background-color css
<style>
a { background-color: #7DBBE8; }
a { background-color: rgb(125,187,232); }
div.DivClassName
{
background-color: #7DBBE8;
}
.BgClassName
{
background-color: #7DBBE8;
}
</style>
border-color css
<style>
span { border-color: #7DBBE8; }
span { border-color: rgb(125,187,232); }
td.TdClassName
{
border-color: #7DBBE8;
}
.TagClassName
{
border-color: #7DBBE8;
}
</style>