Shades of Jordy Blue #7BADDA
Tints of Jordy Blue #7BADDA
RGB
CMYK
RGB Variations
Color information
#7BADDA (or 0x7BADDA) is known color: Jordy Blue. HEX triplet: 7B, AD and DA. RGB value is (123,173,218). Sum of RGB (Red+Green+Blue) = 123+173+218=514 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.93% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #7BADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BADDA is #845225. Grayscale: #A2A2A2. Windows color (decimal): -8671782 or 14331259. OLE color: 14331259.
HSL color Cylindrical-coordinate representation of color #7BADDA: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BADDA is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 173 | 218 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.15 |
| HSL | 208.42º | 0.56% | 0.67% | - |
| HSV(B) | 208.42º | 0.44% | 0.85% | - |
| XYZ | 35.77 | 39.16 | 72 | - |
| YUV | 163.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 173 | 218 | 0.44 | 0.21 | 0 | 0.15 | 208.42 | 0.56 | 0.67 |
| Hex | 7B | AD | DA | 2C | 15 | 0 | F | D0 | 38 | 43 |
| Octal | 173 | 255 | 332 | 54 | 25 | 0 | 17 | 320 | 70 | 103 |
| Binary | 1111011 | 10101101 | 11011010 | 101100 | 10101 | 0 | 1111 | 11010000 | 111000 | 1000011 |
Color Harmonies of #7BADDA
Complementary color
Monochromatic Colors of #7BADDA
Black with #7BADDA
Text Example
Text Example
White with #7BADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BADDA; }
p { color: rgb(123,173,218); }
H1.HeaderClassName
{
color: #7BADDA;
}
.AnyTagClassName
{
color: #7BADDA;
}
</style>
background-color css
<style>
a { background-color: #7BADDA; }
a { background-color: rgb(123,173,218); }
div.DivClassName
{
background-color: #7BADDA;
}
.BgClassName
{
background-color: #7BADDA;
}
</style>
border-color css
<style>
span { border-color: #7BADDA; }
span { border-color: rgb(123,173,218); }
td.TdClassName
{
border-color: #7BADDA;
}
.TagClassName
{
border-color: #7BADDA;
}
</style>