Shades of Jordy Blue #77B0DA
Tints of Jordy Blue #77B0DA
RGB
CMYK
RGB Variations
Color information
#77B0DA (or 0x77B0DA) is known color: Jordy Blue. HEX triplet: 77, B0 and DA. RGB value is (119,176,218). Sum of RGB (Red+Green+Blue) = 119+176+218=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #77B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B0DA is #884F25. Grayscale: #A3A3A3. Windows color (decimal): -8933158 or 14332023. OLE color: 14332023.
HSL color Cylindrical-coordinate representation of color #77B0DA: hue angle of 205.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77B0DA is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 176 | 218 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.15 |
| HSL | 205.45º | 0.57% | 0.66% | - |
| HSV(B) | 205.45º | 0.45% | 0.85% | - |
| XYZ | 35.79 | 40.03 | 72.17 | - |
| YUV | 163.75 | 158.62 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 176 | 218 | 0.45 | 0.19 | 0 | 0.15 | 205.45 | 0.57 | 0.66 |
| Hex | 77 | B0 | DA | 2D | 13 | 0 | F | CD | 39 | 42 |
| Octal | 167 | 260 | 332 | 55 | 23 | 0 | 17 | 315 | 71 | 102 |
| Binary | 1110111 | 10110000 | 11011010 | 101101 | 10011 | 0 | 1111 | 11001101 | 111001 | 1000010 |
Color Harmonies of #77B0DA
Complementary color
Monochromatic Colors of #77B0DA
Black with #77B0DA
Text Example
Text Example
White with #77B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B0DA; }
p { color: rgb(119,176,218); }
H1.HeaderClassName
{
color: #77B0DA;
}
.AnyTagClassName
{
color: #77B0DA;
}
</style>
background-color css
<style>
a { background-color: #77B0DA; }
a { background-color: rgb(119,176,218); }
div.DivClassName
{
background-color: #77B0DA;
}
.BgClassName
{
background-color: #77B0DA;
}
</style>
border-color css
<style>
span { border-color: #77B0DA; }
span { border-color: rgb(119,176,218); }
td.TdClassName
{
border-color: #77B0DA;
}
.TagClassName
{
border-color: #77B0DA;
}
</style>