Shades of Jordy Blue #7BADE8
Tints of Jordy Blue #7BADE8
RGB
CMYK
RGB Variations
Color information
#7BADE8 (or 0x7BADE8) is known color: Jordy Blue. HEX triplet: 7B, AD and E8. RGB value is (123,173,232). Sum of RGB (Red+Green+Blue) = 123+173+232=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #7BADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADE8 is #845217. Grayscale: #A4A4A4. Windows color (decimal): -8671768 or 15248763. OLE color: 15248763.
HSL color Cylindrical-coordinate representation of color #7BADE8: hue angle of 212.48º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BADE8 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 123 | 173 | 232 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.09 |
| HSL | 212.48º | 0.7% | 0.7% | - |
| HSV(B) | 212.48º | 0.47% | 0.91% | - |
| XYZ | 37.68 | 39.92 | 82.06 | - |
| YUV | 164.78 | 165.94 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 232 | 0.47 | 0.25 | 0 | 0.09 | 212.48 | 0.7 | 0.7 |
| Hex | 7B | AD | E8 | 2F | 19 | 0 | 9 | D4 | 46 | 46 |
| Octal | 173 | 255 | 350 | 57 | 31 | 0 | 11 | 324 | 106 | 106 |
| Binary | 1111011 | 10101101 | 11101000 | 101111 | 11001 | 0 | 1001 | 11010100 | 1000110 | 1000110 |
Color Harmonies of #7BADE8
Complementary color
Monochromatic Colors of #7BADE8
Black with #7BADE8
Text Example
Text Example
White with #7BADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADE8; }
p { color: rgb(123,173,232); }
H1.HeaderClassName
{
color: #7BADE8;
}
.AnyTagClassName
{
color: #7BADE8;
}
</style>
background-color css
<style>
a { background-color: #7BADE8; }
a { background-color: rgb(123,173,232); }
div.DivClassName
{
background-color: #7BADE8;
}
.BgClassName
{
background-color: #7BADE8;
}
</style>
border-color css
<style>
span { border-color: #7BADE8; }
span { border-color: rgb(123,173,232); }
td.TdClassName
{
border-color: #7BADE8;
}
.TagClassName
{
border-color: #7BADE8;
}
</style>