Shades of Jordy Blue #7FB4DE
Tints of Jordy Blue #7FB4DE
RGB
CMYK
RGB Variations
Color information
#7FB4DE (or 0x7FB4DE) is known color: Jordy Blue. HEX triplet: 7F, B4 and DE. RGB value is (127,180,222). Sum of RGB (Red+Green+Blue) = 127+180+222=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FB4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB4DE is #804B21. Grayscale: #A8A8A8. Windows color (decimal): -8407842 or 14595199. OLE color: 14595199.
HSL color Cylindrical-coordinate representation of color #7FB4DE: hue angle of 206.53º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FB4DE is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 180 | 222 | - |
| CMYK | 0.43 | 0.19 | 0 | 0.13 |
| HSL | 206.53º | 0.59% | 0.68% | - |
| HSV(B) | 206.53º | 0.43% | 0.87% | - |
| XYZ | 38.26 | 42.43 | 75.28 | - |
| YUV | 168.94 | 157.94 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 180 | 222 | 0.43 | 0.19 | 0 | 0.13 | 206.53 | 0.59 | 0.68 |
| Hex | 7F | B4 | DE | 2B | 13 | 0 | D | CF | 3B | 44 |
| Octal | 177 | 264 | 336 | 53 | 23 | 0 | 15 | 317 | 73 | 104 |
| Binary | 1111111 | 10110100 | 11011110 | 101011 | 10011 | 0 | 1101 | 11001111 | 111011 | 1000100 |
Color Harmonies of #7FB4DE
Complementary color
Monochromatic Colors of #7FB4DE
Black with #7FB4DE
Text Example
Text Example
White with #7FB4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB4DE; }
p { color: rgb(127,180,222); }
H1.HeaderClassName
{
color: #7FB4DE;
}
.AnyTagClassName
{
color: #7FB4DE;
}
</style>
background-color css
<style>
a { background-color: #7FB4DE; }
a { background-color: rgb(127,180,222); }
div.DivClassName
{
background-color: #7FB4DE;
}
.BgClassName
{
background-color: #7FB4DE;
}
</style>
border-color css
<style>
span { border-color: #7FB4DE; }
span { border-color: rgb(127,180,222); }
td.TdClassName
{
border-color: #7FB4DE;
}
.TagClassName
{
border-color: #7FB4DE;
}
</style>