Shades of Baby Blue #77FDEB
Tints of Baby Blue #77FDEB
RGB
CMYK
RGB Variations
Color information
#77FDEB (or 0x77FDEB) is known color: Baby Blue. HEX triplet: 77, FD and EB. RGB value is (119,253,235). Sum of RGB (Red+Green+Blue) = 119+253+235=607 (80% of max value = 765). Red value is 119 (46.88% from 255 or 19.60% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #77FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #77FDEB is #880214. Grayscale: #D2D2D2. Windows color (decimal): -8913429 or 15465847. OLE color: 15465847.
HSL color Cylindrical-coordinate representation of color #77FDEB: hue angle of 171.94º 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 #77FDEB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 253 | 235 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.01 |
| HSL | 171.94º | 0.97% | 0.73% | - |
| HSV(B) | 171.94º | 0.53% | 0.99% | - |
| XYZ | 57.73 | 80.17 | 91.03 | - |
| YUV | 210.88 | 141.61 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 253 | 235 | 0.53 | 0 | 0.07 | 0.01 | 171.94 | 0.97 | 0.73 |
| Hex | 77 | FD | EB | 35 | 0 | 7 | 1 | AC | 61 | 49 |
| Octal | 167 | 375 | 353 | 65 | 0 | 7 | 1 | 254 | 141 | 111 |
| Binary | 1110111 | 11111101 | 11101011 | 110101 | 0 | 111 | 1 | 10101100 | 1100001 | 1001001 |
Color Harmonies of #77FDEB
Complementary color
Monochromatic Colors of #77FDEB
Black with #77FDEB
Text Example
Text Example
White with #77FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FDEB; }
p { color: rgb(119,253,235); }
H1.HeaderClassName
{
color: #77FDEB;
}
.AnyTagClassName
{
color: #77FDEB;
}
</style>
background-color css
<style>
a { background-color: #77FDEB; }
a { background-color: rgb(119,253,235); }
div.DivClassName
{
background-color: #77FDEB;
}
.BgClassName
{
background-color: #77FDEB;
}
</style>
border-color css
<style>
span { border-color: #77FDEB; }
span { border-color: rgb(119,253,235); }
td.TdClassName
{
border-color: #77FDEB;
}
.TagClassName
{
border-color: #77FDEB;
}
</style>