Shades of Light Sky Blue #77DBFD
Tints of Light Sky Blue #77DBFD
RGB
CMYK
RGB Variations
Color information
#77DBFD (or 0x77DBFD) is known color: Light Sky Blue. HEX triplet: 77, DB and FD. RGB value is (119,219,253). Sum of RGB (Red+Green+Blue) = 119+219+253=591 (78% of max value = 765). Red value is 119 (46.88% from 255 or 20.14% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #77DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77DBFD is #882402. Grayscale: #C0C0C0. Windows color (decimal): -8922115 or 16636791. OLE color: 16636791.
HSL color Cylindrical-coordinate representation of color #77DBFD: hue angle of 195.22º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77DBFD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 219 | 253 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.01 |
| HSL | 195.22º | 0.97% | 0.73% | - |
| HSV(B) | 195.22º | 0.53% | 0.99% | - |
| XYZ | 50.67 | 61.68 | 102.16 | - |
| YUV | 192.98 | 161.87 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 219 | 253 | 0.53 | 0.13 | 0 | 0.01 | 195.22 | 0.97 | 0.73 |
| Hex | 77 | DB | FD | 35 | D | 0 | 1 | C3 | 61 | 49 |
| Octal | 167 | 333 | 375 | 65 | 15 | 0 | 1 | 303 | 141 | 111 |
| Binary | 1110111 | 11011011 | 11111101 | 110101 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001001 |
Color Harmonies of #77DBFD
Complementary color
Monochromatic Colors of #77DBFD
Black with #77DBFD
Text Example
Text Example
White with #77DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77DBFD; }
p { color: rgb(119,219,253); }
H1.HeaderClassName
{
color: #77DBFD;
}
.AnyTagClassName
{
color: #77DBFD;
}
</style>
background-color css
<style>
a { background-color: #77DBFD; }
a { background-color: rgb(119,219,253); }
div.DivClassName
{
background-color: #77DBFD;
}
.BgClassName
{
background-color: #77DBFD;
}
</style>
border-color css
<style>
span { border-color: #77DBFD; }
span { border-color: rgb(119,219,253); }
td.TdClassName
{
border-color: #77DBFD;
}
.TagClassName
{
border-color: #77DBFD;
}
</style>