Shades of Jordy Blue #7BA8FC
Tints of Jordy Blue #7BA8FC
RGB
CMYK
RGB Variations
Color information
#7BA8FC (or 0x7BA8FC) is known color: Jordy Blue. HEX triplet: 7B, A8 and FC. RGB value is (123,168,252). Sum of RGB (Red+Green+Blue) = 123+168+252=543 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.65% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #7BA8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BA8FC is #845703. Grayscale: #A3A3A3. Windows color (decimal): -8673028 or 16558203. OLE color: 16558203.
HSL color Cylindrical-coordinate representation of color #7BA8FC: hue angle of 219.07º 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 #7BA8FC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 168 | 252 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.01 |
| HSL | 219.07º | 0.96% | 0.74% | - |
| HSV(B) | 219.07º | 0.51% | 0.99% | - |
| XYZ | 39.74 | 39.24 | 97.58 | - |
| YUV | 164.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 168 | 252 | 0.51 | 0.33 | 0 | 0.01 | 219.07 | 0.96 | 0.74 |
| Hex | 7B | A8 | FC | 33 | 21 | 0 | 1 | DB | 60 | 4A |
| Octal | 173 | 250 | 374 | 63 | 41 | 0 | 1 | 333 | 140 | 112 |
| Binary | 1111011 | 10101000 | 11111100 | 110011 | 100001 | 0 | 1 | 11011011 | 1100000 | 1001010 |
Color Harmonies of #7BA8FC
Complementary color
Monochromatic Colors of #7BA8FC
Black with #7BA8FC
Text Example
Text Example
White with #7BA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA8FC; }
p { color: rgb(123,168,252); }
H1.HeaderClassName
{
color: #7BA8FC;
}
.AnyTagClassName
{
color: #7BA8FC;
}
</style>
background-color css
<style>
a { background-color: #7BA8FC; }
a { background-color: rgb(123,168,252); }
div.DivClassName
{
background-color: #7BA8FC;
}
.BgClassName
{
background-color: #7BA8FC;
}
</style>
border-color css
<style>
span { border-color: #7BA8FC; }
span { border-color: rgb(123,168,252); }
td.TdClassName
{
border-color: #7BA8FC;
}
.TagClassName
{
border-color: #7BA8FC;
}
</style>