Shades of Jordy Blue #77B3DC
Tints of Jordy Blue #77B3DC
RGB
CMYK
RGB Variations
Color information
#77B3DC (or 0x77B3DC) is known color: Jordy Blue. HEX triplet: 77, B3 and DC. RGB value is (119,179,220). Sum of RGB (Red+Green+Blue) = 119+179+220=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #77B3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B3DC is #884C23. Grayscale: #A5A5A5. Windows color (decimal): -8932388 or 14463863. OLE color: 14463863.
HSL color Cylindrical-coordinate representation of color #77B3DC: hue angle of 204.36º 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 #77B3DC is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 179 | 220 | - |
| CMYK | 0.46 | 0.19 | 0 | 0.14 |
| HSL | 204.36º | 0.59% | 0.66% | - |
| HSV(B) | 204.36º | 0.46% | 0.86% | - |
| XYZ | 36.65 | 41.33 | 73.76 | - |
| YUV | 165.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 179 | 220 | 0.46 | 0.19 | 0 | 0.14 | 204.36 | 0.59 | 0.66 |
| Hex | 77 | B3 | DC | 2E | 13 | 0 | E | CC | 3B | 42 |
| Octal | 167 | 263 | 334 | 56 | 23 | 0 | 16 | 314 | 73 | 102 |
| Binary | 1110111 | 10110011 | 11011100 | 101110 | 10011 | 0 | 1110 | 11001100 | 111011 | 1000010 |
Color Harmonies of #77B3DC
Complementary color
Monochromatic Colors of #77B3DC
Black with #77B3DC
Text Example
Text Example
White with #77B3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B3DC; }
p { color: rgb(119,179,220); }
H1.HeaderClassName
{
color: #77B3DC;
}
.AnyTagClassName
{
color: #77B3DC;
}
</style>
background-color css
<style>
a { background-color: #77B3DC; }
a { background-color: rgb(119,179,220); }
div.DivClassName
{
background-color: #77B3DC;
}
.BgClassName
{
background-color: #77B3DC;
}
</style>
border-color css
<style>
span { border-color: #77B3DC; }
span { border-color: rgb(119,179,220); }
td.TdClassName
{
border-color: #77B3DC;
}
.TagClassName
{
border-color: #77B3DC;
}
</style>