Shades of Jordy Blue #7BADDC
Tints of Jordy Blue #7BADDC
RGB
CMYK
RGB Variations
Color information
#7BADDC (or 0x7BADDC) is known color: Jordy Blue. HEX triplet: 7B, AD and DC. RGB value is (123,173,220). Sum of RGB (Red+Green+Blue) = 123+173+220=516 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.84% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADDC is #845223. Grayscale: #A3A3A3. Windows color (decimal): -8671780 or 14462331. OLE color: 14462331.
HSL color Cylindrical-coordinate representation of color #7BADDC: hue angle of 209.07º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BADDC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 173 | 220 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.14 |
| HSL | 209.07º | 0.58% | 0.67% | - |
| HSV(B) | 209.07º | 0.44% | 0.86% | - |
| XYZ | 36.03 | 39.27 | 73.39 | - |
| YUV | 163.41 | 159.94 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 220 | 0.44 | 0.21 | 0 | 0.14 | 209.07 | 0.58 | 0.67 |
| Hex | 7B | AD | DC | 2C | 15 | 0 | E | D1 | 3A | 43 |
| Octal | 173 | 255 | 334 | 54 | 25 | 0 | 16 | 321 | 72 | 103 |
| Binary | 1111011 | 10101101 | 11011100 | 101100 | 10101 | 0 | 1110 | 11010001 | 111010 | 1000011 |
Color Harmonies of #7BADDC
Complementary color
Monochromatic Colors of #7BADDC
Black with #7BADDC
Text Example
Text Example
White with #7BADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADDC; }
p { color: rgb(123,173,220); }
H1.HeaderClassName
{
color: #7BADDC;
}
.AnyTagClassName
{
color: #7BADDC;
}
</style>
background-color css
<style>
a { background-color: #7BADDC; }
a { background-color: rgb(123,173,220); }
div.DivClassName
{
background-color: #7BADDC;
}
.BgClassName
{
background-color: #7BADDC;
}
</style>
border-color css
<style>
span { border-color: #7BADDC; }
span { border-color: rgb(123,173,220); }
td.TdClassName
{
border-color: #7BADDC;
}
.TagClassName
{
border-color: #7BADDC;
}
</style>