Shades of Jordy Blue #77AFE7
Tints of Jordy Blue #77AFE7
RGB
CMYK
RGB Variations
Color information
#77AFE7 (or 0x77AFE7) is known color: Jordy Blue. HEX triplet: 77, AF and E7. RGB value is (119,175,231). Sum of RGB (Red+Green+Blue) = 119+175+231=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #77AFE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFE7 is #885018. Grayscale: #A4A4A4. Windows color (decimal): -8933401 or 15183735. OLE color: 15183735.
HSL color Cylindrical-coordinate representation of color #77AFE7: hue angle of 210º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77AFE7 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 175 | 231 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.09 |
| HSL | 210º | 0.7% | 0.69% | - |
| HSV(B) | 210º | 0.48% | 0.91% | - |
| XYZ | 37.36 | 40.35 | 81.42 | - |
| YUV | 164.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 231 | 0.48 | 0.24 | 0 | 0.09 | 210 | 0.7 | 0.69 |
| Hex | 77 | AF | E7 | 30 | 18 | 0 | 9 | D2 | 46 | 45 |
| Octal | 167 | 257 | 347 | 60 | 30 | 0 | 11 | 322 | 106 | 105 |
| Binary | 1110111 | 10101111 | 11100111 | 110000 | 11000 | 0 | 1001 | 11010010 | 1000110 | 1000101 |
Color Harmonies of #77AFE7
Complementary color
Monochromatic Colors of #77AFE7
Black with #77AFE7
Text Example
Text Example
White with #77AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFE7; }
p { color: rgb(119,175,231); }
H1.HeaderClassName
{
color: #77AFE7;
}
.AnyTagClassName
{
color: #77AFE7;
}
</style>
background-color css
<style>
a { background-color: #77AFE7; }
a { background-color: rgb(119,175,231); }
div.DivClassName
{
background-color: #77AFE7;
}
.BgClassName
{
background-color: #77AFE7;
}
</style>
border-color css
<style>
span { border-color: #77AFE7; }
span { border-color: rgb(119,175,231); }
td.TdClassName
{
border-color: #77AFE7;
}
.TagClassName
{
border-color: #77AFE7;
}
</style>