Shades of Jordy Blue #7BAEEB
Tints of Jordy Blue #7BAEEB
RGB
CMYK
RGB Variations
Color information
#7BAEEB (or 0x7BAEEB) is known color: Jordy Blue. HEX triplet: 7B, AE and EB. RGB value is (123,174,235). Sum of RGB (Red+Green+Blue) = 123+174+235=532 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.12% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #7BAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAEEB is #845114. Grayscale: #A5A5A5. Windows color (decimal): -8671509 or 15445627. OLE color: 15445627.
HSL color Cylindrical-coordinate representation of color #7BAEEB: hue angle of 212.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BAEEB is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 123 | 174 | 235 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.08 |
| HSL | 212.68º | 0.74% | 0.7% | - |
| HSV(B) | 212.68º | 0.48% | 0.92% | - |
| XYZ | 38.3 | 40.48 | 84.39 | - |
| YUV | 165.71 | 167.1 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 174 | 235 | 0.48 | 0.26 | 0 | 0.08 | 212.68 | 0.74 | 0.7 |
| Hex | 7B | AE | EB | 30 | 1A | 0 | 8 | D5 | 4A | 46 |
| Octal | 173 | 256 | 353 | 60 | 32 | 0 | 10 | 325 | 112 | 106 |
| Binary | 1111011 | 10101110 | 11101011 | 110000 | 11010 | 0 | 1000 | 11010101 | 1001010 | 1000110 |
Color Harmonies of #7BAEEB
Complementary color
Monochromatic Colors of #7BAEEB
Black with #7BAEEB
Text Example
Text Example
White with #7BAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAEEB; }
p { color: rgb(123,174,235); }
H1.HeaderClassName
{
color: #7BAEEB;
}
.AnyTagClassName
{
color: #7BAEEB;
}
</style>
background-color css
<style>
a { background-color: #7BAEEB; }
a { background-color: rgb(123,174,235); }
div.DivClassName
{
background-color: #7BAEEB;
}
.BgClassName
{
background-color: #7BAEEB;
}
</style>
border-color css
<style>
span { border-color: #7BAEEB; }
span { border-color: rgb(123,174,235); }
td.TdClassName
{
border-color: #7BAEEB;
}
.TagClassName
{
border-color: #7BAEEB;
}
</style>