Shades of Jordy Blue #7FB1D7
Tints of Jordy Blue #7FB1D7
RGB
CMYK
RGB Variations
Color information
#7FB1D7 (or 0x7FB1D7) is known color: Jordy Blue. HEX triplet: 7F, B1 and D7. RGB value is (127,177,215). Sum of RGB (Red+Green+Blue) = 127+177+215=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #7FB1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1D7 is #804E28. Grayscale: #A6A6A6. Windows color (decimal): -8408617 or 14135679. OLE color: 14135679.
HSL color Cylindrical-coordinate representation of color #7FB1D7: hue angle of 205.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FB1D7 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 177 | 215 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.16 |
| HSL | 205.91º | 0.52% | 0.67% | - |
| HSV(B) | 205.91º | 0.41% | 0.84% | - |
| XYZ | 36.74 | 40.86 | 70.24 | - |
| YUV | 166.38 | 155.44 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 215 | 0.41 | 0.18 | 0 | 0.16 | 205.91 | 0.52 | 0.67 |
| Hex | 7F | B1 | D7 | 29 | 12 | 0 | 10 | CE | 34 | 43 |
| Octal | 177 | 261 | 327 | 51 | 22 | 0 | 20 | 316 | 64 | 103 |
| Binary | 1111111 | 10110001 | 11010111 | 101001 | 10010 | 0 | 10000 | 11001110 | 110100 | 1000011 |
Color Harmonies of #7FB1D7
Complementary color
Monochromatic Colors of #7FB1D7
Black with #7FB1D7
Text Example
Text Example
White with #7FB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB1D7; }
p { color: rgb(127,177,215); }
H1.HeaderClassName
{
color: #7FB1D7;
}
.AnyTagClassName
{
color: #7FB1D7;
}
</style>
background-color css
<style>
a { background-color: #7FB1D7; }
a { background-color: rgb(127,177,215); }
div.DivClassName
{
background-color: #7FB1D7;
}
.BgClassName
{
background-color: #7FB1D7;
}
</style>
border-color css
<style>
span { border-color: #7FB1D7; }
span { border-color: rgb(127,177,215); }
td.TdClassName
{
border-color: #7FB1D7;
}
.TagClassName
{
border-color: #7FB1D7;
}
</style>