Shades of Jordy Blue #77B5DE
Tints of Jordy Blue #77B5DE
RGB
CMYK
RGB Variations
Color information
#77B5DE (or 0x77B5DE) is known color: Jordy Blue. HEX triplet: 77, B5 and DE. RGB value is (119,181,222). Sum of RGB (Red+Green+Blue) = 119+181+222=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #77B5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B5DE is #884A21. Grayscale: #A6A6A6. Windows color (decimal): -8931874 or 14595447. OLE color: 14595447.
HSL color Cylindrical-coordinate representation of color #77B5DE: hue angle of 203.88º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B5DE is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 181 | 222 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.13 |
| HSL | 203.88º | 0.61% | 0.67% | - |
| HSV(B) | 203.88º | 0.46% | 0.87% | - |
| XYZ | 37.32 | 42.24 | 75.29 | - |
| YUV | 167.14 | 158.96 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 181 | 222 | 0.46 | 0.18 | 0 | 0.13 | 203.88 | 0.61 | 0.67 |
| Hex | 77 | B5 | DE | 2E | 12 | 0 | D | CC | 3D | 43 |
| Octal | 167 | 265 | 336 | 56 | 22 | 0 | 15 | 314 | 75 | 103 |
| Binary | 1110111 | 10110101 | 11011110 | 101110 | 10010 | 0 | 1101 | 11001100 | 111101 | 1000011 |
Color Harmonies of #77B5DE
Complementary color
Monochromatic Colors of #77B5DE
Black with #77B5DE
Text Example
Text Example
White with #77B5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B5DE; }
p { color: rgb(119,181,222); }
H1.HeaderClassName
{
color: #77B5DE;
}
.AnyTagClassName
{
color: #77B5DE;
}
</style>
background-color css
<style>
a { background-color: #77B5DE; }
a { background-color: rgb(119,181,222); }
div.DivClassName
{
background-color: #77B5DE;
}
.BgClassName
{
background-color: #77B5DE;
}
</style>
border-color css
<style>
span { border-color: #77B5DE; }
span { border-color: rgb(119,181,222); }
td.TdClassName
{
border-color: #77B5DE;
}
.TagClassName
{
border-color: #77B5DE;
}
</style>