Shades of Jordy Blue #7FB0DF
Tints of Jordy Blue #7FB0DF
RGB
CMYK
RGB Variations
Color information
#7FB0DF (or 0x7FB0DF) is known color: Jordy Blue. HEX triplet: 7F, B0 and DF. RGB value is (127,176,223). Sum of RGB (Red+Green+Blue) = 127+176+223=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0DF is #804F20. Grayscale: #A6A6A6. Windows color (decimal): -8408865 or 14659711. OLE color: 14659711.
HSL color Cylindrical-coordinate representation of color #7FB0DF: hue angle of 209.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FB0DF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 176 | 223 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.13 |
| HSL | 209.38º | 0.6% | 0.69% | - |
| HSV(B) | 209.38º | 0.43% | 0.87% | - |
| XYZ | 37.6 | 40.89 | 75.72 | - |
| YUV | 166.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 176 | 223 | 0.43 | 0.21 | 0 | 0.13 | 209.38 | 0.6 | 0.69 |
| Hex | 7F | B0 | DF | 2B | 15 | 0 | D | D1 | 3C | 45 |
| Octal | 177 | 260 | 337 | 53 | 25 | 0 | 15 | 321 | 74 | 105 |
| Binary | 1111111 | 10110000 | 11011111 | 101011 | 10101 | 0 | 1101 | 11010001 | 111100 | 1000101 |
Color Harmonies of #7FB0DF
Complementary color
Monochromatic Colors of #7FB0DF
Black with #7FB0DF
Text Example
Text Example
White with #7FB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB0DF; }
p { color: rgb(127,176,223); }
H1.HeaderClassName
{
color: #7FB0DF;
}
.AnyTagClassName
{
color: #7FB0DF;
}
</style>
background-color css
<style>
a { background-color: #7FB0DF; }
a { background-color: rgb(127,176,223); }
div.DivClassName
{
background-color: #7FB0DF;
}
.BgClassName
{
background-color: #7FB0DF;
}
</style>
border-color css
<style>
span { border-color: #7FB0DF; }
span { border-color: rgb(127,176,223); }
td.TdClassName
{
border-color: #7FB0DF;
}
.TagClassName
{
border-color: #7FB0DF;
}
</style>