Shades of Jordy Blue #77B2DC
Tints of Jordy Blue #77B2DC
RGB
CMYK
RGB Variations
Color information
#77B2DC (or 0x77B2DC) is known color: Jordy Blue. HEX triplet: 77, B2 and DC. RGB value is (119,178,220). Sum of RGB (Red+Green+Blue) = 119+178+220=517 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.02% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #77B2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2DC is #884D23. Grayscale: #A4A4A4. Windows color (decimal): -8932644 or 14463607. OLE color: 14463607.
HSL color Cylindrical-coordinate representation of color #77B2DC: hue angle of 204.95º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77B2DC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 178 | 220 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.14 |
| HSL | 204.95º | 0.59% | 0.66% | - |
| HSV(B) | 204.95º | 0.46% | 0.86% | - |
| XYZ | 36.45 | 40.93 | 73.69 | - |
| YUV | 165.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 220 | 0.46 | 0.19 | 0 | 0.14 | 204.95 | 0.59 | 0.66 |
| Hex | 77 | B2 | DC | 2E | 13 | 0 | E | CD | 3B | 42 |
| Octal | 167 | 262 | 334 | 56 | 23 | 0 | 16 | 315 | 73 | 102 |
| Binary | 1110111 | 10110010 | 11011100 | 101110 | 10011 | 0 | 1110 | 11001101 | 111011 | 1000010 |
Color Harmonies of #77B2DC
Complementary color
Monochromatic Colors of #77B2DC
Black with #77B2DC
Text Example
Text Example
White with #77B2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2DC; }
p { color: rgb(119,178,220); }
H1.HeaderClassName
{
color: #77B2DC;
}
.AnyTagClassName
{
color: #77B2DC;
}
</style>
background-color css
<style>
a { background-color: #77B2DC; }
a { background-color: rgb(119,178,220); }
div.DivClassName
{
background-color: #77B2DC;
}
.BgClassName
{
background-color: #77B2DC;
}
</style>
border-color css
<style>
span { border-color: #77B2DC; }
span { border-color: rgb(119,178,220); }
td.TdClassName
{
border-color: #77B2DC;
}
.TagClassName
{
border-color: #77B2DC;
}
</style>