Shades of Jordy Blue #7BAFF2
Tints of Jordy Blue #7BAFF2
RGB
CMYK
RGB Variations
Color information
#7BAFF2 (or 0x7BAFF2) is known color: Jordy Blue. HEX triplet: 7B, AF and F2. RGB value is (123,175,242). Sum of RGB (Red+Green+Blue) = 123+175+242=540 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.78% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #7BAFF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7BAFF2 is #84500D. Grayscale: #A6A6A6. Windows color (decimal): -8671246 or 15904635. OLE color: 15904635.
HSL color Cylindrical-coordinate representation of color #7BAFF2: hue angle of 213.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BAFF2 is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 123 | 175 | 242 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.05 |
| HSL | 213.78º | 0.82% | 0.72% | - |
| HSV(B) | 213.78º | 0.49% | 0.95% | - |
| XYZ | 39.53 | 41.28 | 89.89 | - |
| YUV | 167.09 | 170.27 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 242 | 0.49 | 0.28 | 0 | 0.05 | 213.78 | 0.82 | 0.72 |
| Hex | 7B | AF | F2 | 31 | 1C | 0 | 5 | D6 | 52 | 48 |
| Octal | 173 | 257 | 362 | 61 | 34 | 0 | 5 | 326 | 122 | 110 |
| Binary | 1111011 | 10101111 | 11110010 | 110001 | 11100 | 0 | 101 | 11010110 | 1010010 | 1001000 |
Color Harmonies of #7BAFF2
Complementary color
Monochromatic Colors of #7BAFF2
Black with #7BAFF2
Text Example
Text Example
White with #7BAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFF2; }
p { color: rgb(123,175,242); }
H1.HeaderClassName
{
color: #7BAFF2;
}
.AnyTagClassName
{
color: #7BAFF2;
}
</style>
background-color css
<style>
a { background-color: #7BAFF2; }
a { background-color: rgb(123,175,242); }
div.DivClassName
{
background-color: #7BAFF2;
}
.BgClassName
{
background-color: #7BAFF2;
}
</style>
border-color css
<style>
span { border-color: #7BAFF2; }
span { border-color: rgb(123,175,242); }
td.TdClassName
{
border-color: #7BAFF2;
}
.TagClassName
{
border-color: #7BAFF2;
}
</style>