Shades of Jordy Blue #7BACEC
Tints of Jordy Blue #7BACEC
RGB
CMYK
RGB Variations
Color information
#7BACEC (or 0x7BACEC) is known color: Jordy Blue. HEX triplet: 7B, AC and EC. RGB value is (123,172,236). Sum of RGB (Red+Green+Blue) = 123+172+236=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #7BACEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BACEC is #845313. Grayscale: #A4A4A4. Windows color (decimal): -8672020 or 15510651. OLE color: 15510651.
HSL color Cylindrical-coordinate representation of color #7BACEC: hue angle of 213.98º 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 #7BACEC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 172 | 236 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.07 |
| HSL | 213.98º | 0.75% | 0.7% | - |
| HSV(B) | 213.98º | 0.48% | 0.93% | - |
| XYZ | 38.06 | 39.77 | 85.03 | - |
| YUV | 164.65 | 168.27 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 236 | 0.48 | 0.27 | 0 | 0.07 | 213.98 | 0.75 | 0.7 |
| Hex | 7B | AC | EC | 30 | 1B | 0 | 7 | D6 | 4B | 46 |
| Octal | 173 | 254 | 354 | 60 | 33 | 0 | 7 | 326 | 113 | 106 |
| Binary | 1111011 | 10101100 | 11101100 | 110000 | 11011 | 0 | 111 | 11010110 | 1001011 | 1000110 |
Color Harmonies of #7BACEC
Complementary color
Monochromatic Colors of #7BACEC
Black with #7BACEC
Text Example
Text Example
White with #7BACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BACEC; }
p { color: rgb(123,172,236); }
H1.HeaderClassName
{
color: #7BACEC;
}
.AnyTagClassName
{
color: #7BACEC;
}
</style>
background-color css
<style>
a { background-color: #7BACEC; }
a { background-color: rgb(123,172,236); }
div.DivClassName
{
background-color: #7BACEC;
}
.BgClassName
{
background-color: #7BACEC;
}
</style>
border-color css
<style>
span { border-color: #7BACEC; }
span { border-color: rgb(123,172,236); }
td.TdClassName
{
border-color: #7BACEC;
}
.TagClassName
{
border-color: #7BACEC;
}
</style>