Shades of Jordy Blue #7BADEC
Tints of Jordy Blue #7BADEC
RGB
CMYK
RGB Variations
Color information
#7BADEC (or 0x7BADEC) is known color: Jordy Blue. HEX triplet: 7B, AD and EC. RGB value is (123,173,236). Sum of RGB (Red+Green+Blue) = 123+173+236=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BADEC is #845213. Grayscale: #A4A4A4. Windows color (decimal): -8671764 or 15510907. OLE color: 15510907.
HSL color Cylindrical-coordinate representation of color #7BADEC: hue angle of 213.45º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BADEC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 173 | 236 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.07 |
| HSL | 213.45º | 0.75% | 0.7% | - |
| HSV(B) | 213.45º | 0.48% | 0.93% | - |
| XYZ | 38.25 | 40.15 | 85.09 | - |
| YUV | 165.23 | 167.94 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 236 | 0.48 | 0.27 | 0 | 0.07 | 213.45 | 0.75 | 0.7 |
| Hex | 7B | AD | EC | 30 | 1B | 0 | 7 | D5 | 4B | 46 |
| Octal | 173 | 255 | 354 | 60 | 33 | 0 | 7 | 325 | 113 | 106 |
| Binary | 1111011 | 10101101 | 11101100 | 110000 | 11011 | 0 | 111 | 11010101 | 1001011 | 1000110 |
Color Harmonies of #7BADEC
Complementary color
Monochromatic Colors of #7BADEC
Black with #7BADEC
Text Example
Text Example
White with #7BADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADEC; }
p { color: rgb(123,173,236); }
H1.HeaderClassName
{
color: #7BADEC;
}
.AnyTagClassName
{
color: #7BADEC;
}
</style>
background-color css
<style>
a { background-color: #7BADEC; }
a { background-color: rgb(123,173,236); }
div.DivClassName
{
background-color: #7BADEC;
}
.BgClassName
{
background-color: #7BADEC;
}
</style>
border-color css
<style>
span { border-color: #7BADEC; }
span { border-color: rgb(123,173,236); }
td.TdClassName
{
border-color: #7BADEC;
}
.TagClassName
{
border-color: #7BADEC;
}
</style>