Shades of Jordy Blue #7BB2DD
Tints of Jordy Blue #7BB2DD
RGB
CMYK
RGB Variations
Color information
#7BB2DD (or 0x7BB2DD) is known color: Jordy Blue. HEX triplet: 7B, B2 and DD. RGB value is (123,178,221). Sum of RGB (Red+Green+Blue) = 123+178+221=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BB2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB2DD is #844D22. Grayscale: #A6A6A6. Windows color (decimal): -8670499 or 14529147. OLE color: 14529147.
HSL color Cylindrical-coordinate representation of color #7BB2DD: hue angle of 206.33º 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 #7BB2DD is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 178 | 221 | - |
| CMYK | 0.44 | 0.19 | 0 | 0.13 |
| HSL | 206.33º | 0.59% | 0.67% | - |
| HSV(B) | 206.33º | 0.44% | 0.87% | - |
| XYZ | 37.14 | 41.27 | 74.42 | - |
| YUV | 166.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 221 | 0.44 | 0.19 | 0 | 0.13 | 206.33 | 0.59 | 0.67 |
| Hex | 7B | B2 | DD | 2C | 13 | 0 | D | CE | 3B | 43 |
| Octal | 173 | 262 | 335 | 54 | 23 | 0 | 15 | 316 | 73 | 103 |
| Binary | 1111011 | 10110010 | 11011101 | 101100 | 10011 | 0 | 1101 | 11001110 | 111011 | 1000011 |
Color Harmonies of #7BB2DD
Complementary color
Monochromatic Colors of #7BB2DD
Black with #7BB2DD
Text Example
Text Example
White with #7BB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB2DD; }
p { color: rgb(123,178,221); }
H1.HeaderClassName
{
color: #7BB2DD;
}
.AnyTagClassName
{
color: #7BB2DD;
}
</style>
background-color css
<style>
a { background-color: #7BB2DD; }
a { background-color: rgb(123,178,221); }
div.DivClassName
{
background-color: #7BB2DD;
}
.BgClassName
{
background-color: #7BB2DD;
}
</style>
border-color css
<style>
span { border-color: #7BB2DD; }
span { border-color: rgb(123,178,221); }
td.TdClassName
{
border-color: #7BB2DD;
}
.TagClassName
{
border-color: #7BB2DD;
}
</style>