Shades of Jordy Blue #7BAEDC
Tints of Jordy Blue #7BAEDC
RGB
CMYK
RGB Variations
Color information
#7BAEDC (or 0x7BAEDC) is known color: Jordy Blue. HEX triplet: 7B, AE and DC. RGB value is (123,174,220). Sum of RGB (Red+Green+Blue) = 123+174+220=517 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.79% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAEDC is #845123. Grayscale: #A3A3A3. Windows color (decimal): -8671524 or 14462587. OLE color: 14462587.
HSL color Cylindrical-coordinate representation of color #7BAEDC: hue angle of 208.45º 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 #7BAEDC is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 174 | 220 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.14 |
| HSL | 208.45º | 0.58% | 0.67% | - |
| HSV(B) | 208.45º | 0.44% | 0.86% | - |
| XYZ | 36.22 | 39.65 | 73.45 | - |
| YUV | 164 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 220 | 0.44 | 0.21 | 0 | 0.14 | 208.45 | 0.58 | 0.67 |
| Hex | 7B | AE | DC | 2C | 15 | 0 | E | D0 | 3A | 43 |
| Octal | 173 | 256 | 334 | 54 | 25 | 0 | 16 | 320 | 72 | 103 |
| Binary | 1111011 | 10101110 | 11011100 | 101100 | 10101 | 0 | 1110 | 11010000 | 111010 | 1000011 |
Color Harmonies of #7BAEDC
Complementary color
Monochromatic Colors of #7BAEDC
Black with #7BAEDC
Text Example
Text Example
White with #7BAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAEDC; }
p { color: rgb(123,174,220); }
H1.HeaderClassName
{
color: #7BAEDC;
}
.AnyTagClassName
{
color: #7BAEDC;
}
</style>
background-color css
<style>
a { background-color: #7BAEDC; }
a { background-color: rgb(123,174,220); }
div.DivClassName
{
background-color: #7BAEDC;
}
.BgClassName
{
background-color: #7BAEDC;
}
</style>
border-color css
<style>
span { border-color: #7BAEDC; }
span { border-color: rgb(123,174,220); }
td.TdClassName
{
border-color: #7BAEDC;
}
.TagClassName
{
border-color: #7BAEDC;
}
</style>