Shades of Light Sky Blue #77DBFB
Tints of Light Sky Blue #77DBFB
RGB
CMYK
RGB Variations
Color information
#77DBFB (or 0x77DBFB) is known color: Light Sky Blue. HEX triplet: 77, DB and FB. RGB value is (119,219,251). Sum of RGB (Red+Green+Blue) = 119+219+251=589 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.20% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #77DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBFB is #882404. Grayscale: #C0C0C0. Windows color (decimal): -8922117 or 16505719. OLE color: 16505719.
HSL color Cylindrical-coordinate representation of color #77DBFB: hue angle of 194.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DBFB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 219 | 251 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.02 |
| HSL | 194.55º | 0.94% | 0.73% | - |
| HSV(B) | 194.55º | 0.53% | 0.98% | - |
| XYZ | 50.35 | 61.55 | 100.49 | - |
| YUV | 192.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 251 | 0.53 | 0.13 | 0 | 0.02 | 194.55 | 0.94 | 0.73 |
| Hex | 77 | DB | FB | 35 | D | 0 | 2 | C3 | 5E | 49 |
| Octal | 167 | 333 | 373 | 65 | 15 | 0 | 2 | 303 | 136 | 111 |
| Binary | 1110111 | 11011011 | 11111011 | 110101 | 1101 | 0 | 10 | 11000011 | 1011110 | 1001001 |
Color Harmonies of #77DBFB
Complementary color
Monochromatic Colors of #77DBFB
Black with #77DBFB
Text Example
Text Example
White with #77DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBFB; }
p { color: rgb(119,219,251); }
H1.HeaderClassName
{
color: #77DBFB;
}
.AnyTagClassName
{
color: #77DBFB;
}
</style>
background-color css
<style>
a { background-color: #77DBFB; }
a { background-color: rgb(119,219,251); }
div.DivClassName
{
background-color: #77DBFB;
}
.BgClassName
{
background-color: #77DBFB;
}
</style>
border-color css
<style>
span { border-color: #77DBFB; }
span { border-color: rgb(119,219,251); }
td.TdClassName
{
border-color: #77DBFB;
}
.TagClassName
{
border-color: #77DBFB;
}
</style>