Shades of Jordy Blue #7BAFDD
Tints of Jordy Blue #7BAFDD
RGB
CMYK
RGB Variations
Color information
#7BAFDD (or 0x7BAFDD) is known color: Jordy Blue. HEX triplet: 7B, AF and DD. RGB value is (123,175,221). Sum of RGB (Red+Green+Blue) = 123+175+221=519 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.70% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFDD is #845022. Grayscale: #A4A4A4. Windows color (decimal): -8671267 or 14528379. OLE color: 14528379.
HSL color Cylindrical-coordinate representation of color #7BAFDD: hue angle of 208.16º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BAFDD is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 175 | 221 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.13 |
| HSL | 208.16º | 0.59% | 0.67% | - |
| HSV(B) | 208.16º | 0.44% | 0.87% | - |
| XYZ | 36.55 | 40.09 | 74.22 | - |
| YUV | 164.7 | 159.77 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 221 | 0.44 | 0.21 | 0 | 0.13 | 208.16 | 0.59 | 0.67 |
| Hex | 7B | AF | DD | 2C | 15 | 0 | D | D0 | 3B | 43 |
| Octal | 173 | 257 | 335 | 54 | 25 | 0 | 15 | 320 | 73 | 103 |
| Binary | 1111011 | 10101111 | 11011101 | 101100 | 10101 | 0 | 1101 | 11010000 | 111011 | 1000011 |
Color Harmonies of #7BAFDD
Complementary color
Monochromatic Colors of #7BAFDD
Black with #7BAFDD
Text Example
Text Example
White with #7BAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFDD; }
p { color: rgb(123,175,221); }
H1.HeaderClassName
{
color: #7BAFDD;
}
.AnyTagClassName
{
color: #7BAFDD;
}
</style>
background-color css
<style>
a { background-color: #7BAFDD; }
a { background-color: rgb(123,175,221); }
div.DivClassName
{
background-color: #7BAFDD;
}
.BgClassName
{
background-color: #7BAFDD;
}
</style>
border-color css
<style>
span { border-color: #7BAFDD; }
span { border-color: rgb(123,175,221); }
td.TdClassName
{
border-color: #7BAFDD;
}
.TagClassName
{
border-color: #7BAFDD;
}
</style>