Shades of Jordy Blue #7FAEEF
Tints of Jordy Blue #7FAEEF
RGB
CMYK
RGB Variations
Color information
#7FAEEF (or 0x7FAEEF) is known color: Jordy Blue. HEX triplet: 7F, AE and EF. RGB value is (127,174,239). Sum of RGB (Red+Green+Blue) = 127+174+239=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #7FAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7FAEEF is #805110. Grayscale: #A7A7A7. Windows color (decimal): -8409361 or 15707775. OLE color: 15707775.
HSL color Cylindrical-coordinate representation of color #7FAEEF: hue angle of 214.82º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FAEEF is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 127 | 174 | 239 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.06 |
| HSL | 214.82º | 0.78% | 0.72% | - |
| HSV(B) | 214.82º | 0.47% | 0.94% | - |
| XYZ | 39.47 | 41.02 | 87.5 | - |
| YUV | 167.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 174 | 239 | 0.47 | 0.27 | 0 | 0.06 | 214.82 | 0.78 | 0.72 |
| Hex | 7F | AE | EF | 2F | 1B | 0 | 6 | D7 | 4E | 48 |
| Octal | 177 | 256 | 357 | 57 | 33 | 0 | 6 | 327 | 116 | 110 |
| Binary | 1111111 | 10101110 | 11101111 | 101111 | 11011 | 0 | 110 | 11010111 | 1001110 | 1001000 |
Color Harmonies of #7FAEEF
Complementary color
Monochromatic Colors of #7FAEEF
Black with #7FAEEF
Text Example
Text Example
White with #7FAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FAEEF; }
p { color: rgb(127,174,239); }
H1.HeaderClassName
{
color: #7FAEEF;
}
.AnyTagClassName
{
color: #7FAEEF;
}
</style>
background-color css
<style>
a { background-color: #7FAEEF; }
a { background-color: rgb(127,174,239); }
div.DivClassName
{
background-color: #7FAEEF;
}
.BgClassName
{
background-color: #7FAEEF;
}
</style>
border-color css
<style>
span { border-color: #7FAEEF; }
span { border-color: rgb(127,174,239); }
td.TdClassName
{
border-color: #7FAEEF;
}
.TagClassName
{
border-color: #7FAEEF;
}
</style>