Shades of Jordy Blue #7BAAFC
Tints of Jordy Blue #7BAAFC
RGB
CMYK
RGB Variations
Color information
#7BAAFC (or 0x7BAAFC) is known color: Jordy Blue. HEX triplet: 7B, AA and FC. RGB value is (123,170,252). Sum of RGB (Red+Green+Blue) = 123+170+252=545 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.57% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BAAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAAFC is #845503. Grayscale: #A4A4A4. Windows color (decimal): -8672516 or 16558715. OLE color: 16558715.
HSL color Cylindrical-coordinate representation of color #7BAAFC: hue angle of 218.14º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BAAFC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 170 | 252 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.01 |
| HSL | 218.14º | 0.96% | 0.74% | - |
| HSV(B) | 218.14º | 0.51% | 0.99% | - |
| XYZ | 40.11 | 39.99 | 97.7 | - |
| YUV | 165.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 170 | 252 | 0.51 | 0.33 | 0 | 0.01 | 218.14 | 0.96 | 0.74 |
| Hex | 7B | AA | FC | 33 | 21 | 0 | 1 | DA | 60 | 4A |
| Octal | 173 | 252 | 374 | 63 | 41 | 0 | 1 | 332 | 140 | 112 |
| Binary | 1111011 | 10101010 | 11111100 | 110011 | 100001 | 0 | 1 | 11011010 | 1100000 | 1001010 |
Color Harmonies of #7BAAFC
Complementary color
Monochromatic Colors of #7BAAFC
Black with #7BAAFC
Text Example
Text Example
White with #7BAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAAFC; }
p { color: rgb(123,170,252); }
H1.HeaderClassName
{
color: #7BAAFC;
}
.AnyTagClassName
{
color: #7BAAFC;
}
</style>
background-color css
<style>
a { background-color: #7BAAFC; }
a { background-color: rgb(123,170,252); }
div.DivClassName
{
background-color: #7BAAFC;
}
.BgClassName
{
background-color: #7BAAFC;
}
</style>
border-color css
<style>
span { border-color: #7BAAFC; }
span { border-color: rgb(123,170,252); }
td.TdClassName
{
border-color: #7BAAFC;
}
.TagClassName
{
border-color: #7BAAFC;
}
</style>