Shades of Jordy Blue #77ADEC
Tints of Jordy Blue #77ADEC
RGB
CMYK
RGB Variations
Color information
#77ADEC (or 0x77ADEC) is known color: Jordy Blue. HEX triplet: 77, AD and EC. RGB value is (119,173,236). Sum of RGB (Red+Green+Blue) = 119+173+236=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #77ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ADEC is #885213. Grayscale: #A3A3A3. Windows color (decimal): -8933908 or 15510903. OLE color: 15510903.
HSL color Cylindrical-coordinate representation of color #77ADEC: hue angle of 212.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77ADEC is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 173 | 236 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.07 |
| HSL | 212.31º | 0.75% | 0.7% | - |
| HSV(B) | 212.31º | 0.5% | 0.93% | - |
| XYZ | 37.69 | 39.87 | 85.07 | - |
| YUV | 164.04 | 168.61 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 236 | 0.50 | 0.27 | 0 | 0.07 | 212.31 | 0.75 | 0.7 |
| Hex | 77 | AD | EC | 32 | 1B | 0 | 7 | D4 | 4B | 46 |
| Octal | 167 | 255 | 354 | 62 | 33 | 0 | 7 | 324 | 113 | 106 |
| Binary | 1110111 | 10101101 | 11101100 | 110010 | 11011 | 0 | 111 | 11010100 | 1001011 | 1000110 |
Color Harmonies of #77ADEC
Complementary color
Monochromatic Colors of #77ADEC
Black with #77ADEC
Text Example
Text Example
White with #77ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADEC; }
p { color: rgb(119,173,236); }
H1.HeaderClassName
{
color: #77ADEC;
}
.AnyTagClassName
{
color: #77ADEC;
}
</style>
background-color css
<style>
a { background-color: #77ADEC; }
a { background-color: rgb(119,173,236); }
div.DivClassName
{
background-color: #77ADEC;
}
.BgClassName
{
background-color: #77ADEC;
}
</style>
border-color css
<style>
span { border-color: #77ADEC; }
span { border-color: rgb(119,173,236); }
td.TdClassName
{
border-color: #77ADEC;
}
.TagClassName
{
border-color: #77ADEC;
}
</style>