Shades of Jordy Blue #7FB1DB
Tints of Jordy Blue #7FB1DB
RGB
CMYK
RGB Variations
Color information
#7FB1DB (or 0x7FB1DB) is known color: Jordy Blue. HEX triplet: 7F, B1 and DB. RGB value is (127,177,219). Sum of RGB (Red+Green+Blue) = 127+177+219=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FB1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1DB is #804E24. Grayscale: #A6A6A6. Windows color (decimal): -8408613 or 14397823. OLE color: 14397823.
HSL color Cylindrical-coordinate representation of color #7FB1DB: hue angle of 207.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB1DB is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 177 | 219 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.14 |
| HSL | 207.39º | 0.56% | 0.68% | - |
| HSV(B) | 207.39º | 0.42% | 0.86% | - |
| XYZ | 37.26 | 41.07 | 72.98 | - |
| YUV | 166.84 | 157.44 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 219 | 0.42 | 0.19 | 0 | 0.14 | 207.39 | 0.56 | 0.68 |
| Hex | 7F | B1 | DB | 2A | 13 | 0 | E | CF | 38 | 44 |
| Octal | 177 | 261 | 333 | 52 | 23 | 0 | 16 | 317 | 70 | 104 |
| Binary | 1111111 | 10110001 | 11011011 | 101010 | 10011 | 0 | 1110 | 11001111 | 111000 | 1000100 |
Color Harmonies of #7FB1DB
Complementary color
Monochromatic Colors of #7FB1DB
Black with #7FB1DB
Text Example
Text Example
White with #7FB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB1DB; }
p { color: rgb(127,177,219); }
H1.HeaderClassName
{
color: #7FB1DB;
}
.AnyTagClassName
{
color: #7FB1DB;
}
</style>
background-color css
<style>
a { background-color: #7FB1DB; }
a { background-color: rgb(127,177,219); }
div.DivClassName
{
background-color: #7FB1DB;
}
.BgClassName
{
background-color: #7FB1DB;
}
</style>
border-color css
<style>
span { border-color: #7FB1DB; }
span { border-color: rgb(127,177,219); }
td.TdClassName
{
border-color: #7FB1DB;
}
.TagClassName
{
border-color: #7FB1DB;
}
</style>