Shades of Jordy Blue #77B2EE
Tints of Jordy Blue #77B2EE
RGB
CMYK
RGB Variations
Color information
#77B2EE (or 0x77B2EE) is known color: Jordy Blue. HEX triplet: 77, B2 and EE. RGB value is (119,178,238). Sum of RGB (Red+Green+Blue) = 119+178+238=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #77B2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77B2EE is #884D11. Grayscale: #A6A6A6. Windows color (decimal): -8932626 or 15643255. OLE color: 15643255.
HSL color Cylindrical-coordinate representation of color #77B2EE: hue angle of 210.25º degrees, saturation: 0.78, 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 #77B2EE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 178 | 238 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.07 |
| HSL | 210.25º | 0.78% | 0.7% | - |
| HSV(B) | 210.25º | 0.5% | 0.93% | - |
| XYZ | 38.96 | 41.94 | 86.93 | - |
| YUV | 167.2 | 167.95 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 238 | 0.50 | 0.25 | 0 | 0.07 | 210.25 | 0.78 | 0.7 |
| Hex | 77 | B2 | EE | 32 | 19 | 0 | 7 | D2 | 4E | 46 |
| Octal | 167 | 262 | 356 | 62 | 31 | 0 | 7 | 322 | 116 | 106 |
| Binary | 1110111 | 10110010 | 11101110 | 110010 | 11001 | 0 | 111 | 11010010 | 1001110 | 1000110 |
Color Harmonies of #77B2EE
Complementary color
Monochromatic Colors of #77B2EE
Black with #77B2EE
Text Example
Text Example
White with #77B2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2EE; }
p { color: rgb(119,178,238); }
H1.HeaderClassName
{
color: #77B2EE;
}
.AnyTagClassName
{
color: #77B2EE;
}
</style>
background-color css
<style>
a { background-color: #77B2EE; }
a { background-color: rgb(119,178,238); }
div.DivClassName
{
background-color: #77B2EE;
}
.BgClassName
{
background-color: #77B2EE;
}
</style>
border-color css
<style>
span { border-color: #77B2EE; }
span { border-color: rgb(119,178,238); }
td.TdClassName
{
border-color: #77B2EE;
}
.TagClassName
{
border-color: #77B2EE;
}
</style>