Shades of Jordy Blue #7BB5DF
Tints of Jordy Blue #7BB5DF
RGB
CMYK
RGB Variations
Color information
#7BB5DF (or 0x7BB5DF) is known color: Jordy Blue. HEX triplet: 7B, B5 and DF. RGB value is (123,181,223). Sum of RGB (Red+Green+Blue) = 123+181+223=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB5DF is #844A20. Grayscale: #A8A8A8. Windows color (decimal): -8669729 or 14660987. OLE color: 14660987.
HSL color Cylindrical-coordinate representation of color #7BB5DF: hue angle of 205.2º 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 #7BB5DF is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 181 | 223 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.13 |
| HSL | 205.2º | 0.61% | 0.68% | - |
| HSV(B) | 205.2º | 0.45% | 0.87% | - |
| XYZ | 38.01 | 42.59 | 76.03 | - |
| YUV | 168.45 | 158.78 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 181 | 223 | 0.45 | 0.19 | 0 | 0.13 | 205.2 | 0.61 | 0.68 |
| Hex | 7B | B5 | DF | 2D | 13 | 0 | D | CD | 3D | 44 |
| Octal | 173 | 265 | 337 | 55 | 23 | 0 | 15 | 315 | 75 | 104 |
| Binary | 1111011 | 10110101 | 11011111 | 101101 | 10011 | 0 | 1101 | 11001101 | 111101 | 1000100 |
Color Harmonies of #7BB5DF
Complementary color
Monochromatic Colors of #7BB5DF
Black with #7BB5DF
Text Example
Text Example
White with #7BB5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB5DF; }
p { color: rgb(123,181,223); }
H1.HeaderClassName
{
color: #7BB5DF;
}
.AnyTagClassName
{
color: #7BB5DF;
}
</style>
background-color css
<style>
a { background-color: #7BB5DF; }
a { background-color: rgb(123,181,223); }
div.DivClassName
{
background-color: #7BB5DF;
}
.BgClassName
{
background-color: #7BB5DF;
}
</style>
border-color css
<style>
span { border-color: #7BB5DF; }
span { border-color: rgb(123,181,223); }
td.TdClassName
{
border-color: #7BB5DF;
}
.TagClassName
{
border-color: #7BB5DF;
}
</style>