Shades of Jordy Blue #7FB1DF
Tints of Jordy Blue #7FB1DF
RGB
CMYK
RGB Variations
Color information
#7FB1DF (or 0x7FB1DF) is known color: Jordy Blue. HEX triplet: 7F, B1 and DF. RGB value is (127,177,223). Sum of RGB (Red+Green+Blue) = 127+177+223=527 (69% of max value = 765). Red value is 127 (50% from 255 or 24.10% from 527); Green value is 177 (69.53% from 255 or 33.59% 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 #7FB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB1DF is #804E20. Grayscale: #A7A7A7. Windows color (decimal): -8408609 or 14659967. OLE color: 14659967.
HSL color Cylindrical-coordinate representation of color #7FB1DF: hue angle of 208.75º 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 #7FB1DF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 177 | 223 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.13 |
| HSL | 208.75º | 0.6% | 0.69% | - |
| HSV(B) | 208.75º | 0.43% | 0.87% | - |
| XYZ | 37.79 | 41.28 | 75.79 | - |
| YUV | 167.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 177 | 223 | 0.43 | 0.21 | 0 | 0.13 | 208.75 | 0.6 | 0.69 |
| Hex | 7F | B1 | DF | 2B | 15 | 0 | D | D1 | 3C | 45 |
| Octal | 177 | 261 | 337 | 53 | 25 | 0 | 15 | 321 | 74 | 105 |
| Binary | 1111111 | 10110001 | 11011111 | 101011 | 10101 | 0 | 1101 | 11010001 | 111100 | 1000101 |
Color Harmonies of #7FB1DF
Complementary color
Monochromatic Colors of #7FB1DF
Black with #7FB1DF
Text Example
Text Example
White with #7FB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB1DF; }
p { color: rgb(127,177,223); }
H1.HeaderClassName
{
color: #7FB1DF;
}
.AnyTagClassName
{
color: #7FB1DF;
}
</style>
background-color css
<style>
a { background-color: #7FB1DF; }
a { background-color: rgb(127,177,223); }
div.DivClassName
{
background-color: #7FB1DF;
}
.BgClassName
{
background-color: #7FB1DF;
}
</style>
border-color css
<style>
span { border-color: #7FB1DF; }
span { border-color: rgb(127,177,223); }
td.TdClassName
{
border-color: #7FB1DF;
}
.TagClassName
{
border-color: #7FB1DF;
}
</style>