Shades of Jordy Blue #7FB6DE
Tints of Jordy Blue #7FB6DE
RGB
CMYK
RGB Variations
Color information
#7FB6DE (or 0x7FB6DE) is known color: Jordy Blue. HEX triplet: 7F, B6 and DE. RGB value is (127,182,222). Sum of RGB (Red+Green+Blue) = 127+182+222=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 182 (71.48% from 255 or 34.27% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #7FB6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB6DE is #804921. Grayscale: #A9A9A9. Windows color (decimal): -8407330 or 14595711. OLE color: 14595711.
HSL color Cylindrical-coordinate representation of color #7FB6DE: hue angle of 205.26º 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 #7FB6DE is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 182 | 222 | - |
| CMYK | 0.43 | 0.18 | 0 | 0.13 |
| HSL | 205.26º | 0.59% | 0.68% | - |
| HSV(B) | 205.26º | 0.43% | 0.87% | - |
| XYZ | 38.67 | 43.24 | 75.42 | - |
| YUV | 170.12 | 157.28 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 182 | 222 | 0.43 | 0.18 | 0 | 0.13 | 205.26 | 0.59 | 0.68 |
| Hex | 7F | B6 | DE | 2B | 12 | 0 | D | CD | 3B | 44 |
| Octal | 177 | 266 | 336 | 53 | 22 | 0 | 15 | 315 | 73 | 104 |
| Binary | 1111111 | 10110110 | 11011110 | 101011 | 10010 | 0 | 1101 | 11001101 | 111011 | 1000100 |
Color Harmonies of #7FB6DE
Complementary color
Monochromatic Colors of #7FB6DE
Black with #7FB6DE
Text Example
Text Example
White with #7FB6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB6DE; }
p { color: rgb(127,182,222); }
H1.HeaderClassName
{
color: #7FB6DE;
}
.AnyTagClassName
{
color: #7FB6DE;
}
</style>
background-color css
<style>
a { background-color: #7FB6DE; }
a { background-color: rgb(127,182,222); }
div.DivClassName
{
background-color: #7FB6DE;
}
.BgClassName
{
background-color: #7FB6DE;
}
</style>
border-color css
<style>
span { border-color: #7FB6DE; }
span { border-color: rgb(127,182,222); }
td.TdClassName
{
border-color: #7FB6DE;
}
.TagClassName
{
border-color: #7FB6DE;
}
</style>