Shades of Jordy Blue #77AFEB
Tints of Jordy Blue #77AFEB
RGB
CMYK
RGB Variations
Color information
#77AFEB (or 0x77AFEB) is known color: Jordy Blue. HEX triplet: 77, AF and EB. RGB value is (119,175,235). Sum of RGB (Red+Green+Blue) = 119+175+235=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #77AFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFEB is #885014. Grayscale: #A4A4A4. Windows color (decimal): -8933397 or 15445879. OLE color: 15445879.
HSL color Cylindrical-coordinate representation of color #77AFEB: hue angle of 211.03º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77AFEB is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 175 | 235 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.08 |
| HSL | 211.03º | 0.74% | 0.69% | - |
| HSV(B) | 211.03º | 0.49% | 0.92% | - |
| XYZ | 37.93 | 40.58 | 84.43 | - |
| YUV | 165.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 235 | 0.49 | 0.26 | 0 | 0.08 | 211.03 | 0.74 | 0.69 |
| Hex | 77 | AF | EB | 31 | 1A | 0 | 8 | D3 | 4A | 45 |
| Octal | 167 | 257 | 353 | 61 | 32 | 0 | 10 | 323 | 112 | 105 |
| Binary | 1110111 | 10101111 | 11101011 | 110001 | 11010 | 0 | 1000 | 11010011 | 1001010 | 1000101 |
Color Harmonies of #77AFEB
Complementary color
Monochromatic Colors of #77AFEB
Black with #77AFEB
Text Example
Text Example
White with #77AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFEB; }
p { color: rgb(119,175,235); }
H1.HeaderClassName
{
color: #77AFEB;
}
.AnyTagClassName
{
color: #77AFEB;
}
</style>
background-color css
<style>
a { background-color: #77AFEB; }
a { background-color: rgb(119,175,235); }
div.DivClassName
{
background-color: #77AFEB;
}
.BgClassName
{
background-color: #77AFEB;
}
</style>
border-color css
<style>
span { border-color: #77AFEB; }
span { border-color: rgb(119,175,235); }
td.TdClassName
{
border-color: #77AFEB;
}
.TagClassName
{
border-color: #77AFEB;
}
</style>