Shades of Jordy Blue #7BAFDC
Tints of Jordy Blue #7BAFDC
RGB
CMYK
RGB Variations
Color information
#7BAFDC (or 0x7BAFDC) is known color: Jordy Blue. HEX triplet: 7B, AF and DC. RGB value is (123,175,220). Sum of RGB (Red+Green+Blue) = 123+175+220=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BAFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAFDC is #845023. Grayscale: #A4A4A4. Windows color (decimal): -8671268 or 14462843. OLE color: 14462843.
HSL color Cylindrical-coordinate representation of color #7BAFDC: hue angle of 207.84º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BAFDC is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 175 | 220 | - |
| CMYK | 0.44 | 0.20 | 0 | 0.14 |
| HSL | 207.84º | 0.58% | 0.67% | - |
| HSV(B) | 207.84º | 0.44% | 0.86% | - |
| XYZ | 36.42 | 40.04 | 73.52 | - |
| YUV | 164.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 220 | 0.44 | 0.20 | 0 | 0.14 | 207.84 | 0.58 | 0.67 |
| Hex | 7B | AF | DC | 2C | 14 | 0 | E | D0 | 3A | 43 |
| Octal | 173 | 257 | 334 | 54 | 24 | 0 | 16 | 320 | 72 | 103 |
| Binary | 1111011 | 10101111 | 11011100 | 101100 | 10100 | 0 | 1110 | 11010000 | 111010 | 1000011 |
Color Harmonies of #7BAFDC
Complementary color
Monochromatic Colors of #7BAFDC
Black with #7BAFDC
Text Example
Text Example
White with #7BAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAFDC; }
p { color: rgb(123,175,220); }
H1.HeaderClassName
{
color: #7BAFDC;
}
.AnyTagClassName
{
color: #7BAFDC;
}
</style>
background-color css
<style>
a { background-color: #7BAFDC; }
a { background-color: rgb(123,175,220); }
div.DivClassName
{
background-color: #7BAFDC;
}
.BgClassName
{
background-color: #7BAFDC;
}
</style>
border-color css
<style>
span { border-color: #7BAFDC; }
span { border-color: rgb(123,175,220); }
td.TdClassName
{
border-color: #7BAFDC;
}
.TagClassName
{
border-color: #7BAFDC;
}
</style>