Shades of Jordy Blue #7BAFDF
Tints of Jordy Blue #7BAFDF
RGB
CMYK
RGB Variations
Color information
#7BAFDF (or 0x7BAFDF) is known color: Jordy Blue. HEX triplet: 7B, AF and DF. RGB value is (123,175,223). Sum of RGB (Red+Green+Blue) = 123+175+223=521 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.61% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFDF is #845020. Grayscale: #A4A4A4. Windows color (decimal): -8671265 or 14659451. OLE color: 14659451.
HSL color Cylindrical-coordinate representation of color #7BAFDF: hue angle of 208.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BAFDF is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 175 | 223 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.13 |
| HSL | 208.8º | 0.61% | 0.68% | - |
| HSV(B) | 208.8º | 0.45% | 0.87% | - |
| XYZ | 36.82 | 40.2 | 75.63 | - |
| YUV | 164.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 223 | 0.45 | 0.22 | 0 | 0.13 | 208.8 | 0.61 | 0.68 |
| Hex | 7B | AF | DF | 2D | 16 | 0 | D | D1 | 3D | 44 |
| Octal | 173 | 257 | 337 | 55 | 26 | 0 | 15 | 321 | 75 | 104 |
| Binary | 1111011 | 10101111 | 11011111 | 101101 | 10110 | 0 | 1101 | 11010001 | 111101 | 1000100 |
Color Harmonies of #7BAFDF
Complementary color
Monochromatic Colors of #7BAFDF
Black with #7BAFDF
Text Example
Text Example
White with #7BAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFDF; }
p { color: rgb(123,175,223); }
H1.HeaderClassName
{
color: #7BAFDF;
}
.AnyTagClassName
{
color: #7BAFDF;
}
</style>
background-color css
<style>
a { background-color: #7BAFDF; }
a { background-color: rgb(123,175,223); }
div.DivClassName
{
background-color: #7BAFDF;
}
.BgClassName
{
background-color: #7BAFDF;
}
</style>
border-color css
<style>
span { border-color: #7BAFDF; }
span { border-color: rgb(123,175,223); }
td.TdClassName
{
border-color: #7BAFDF;
}
.TagClassName
{
border-color: #7BAFDF;
}
</style>