Shades of Baby Blue #76FDEB
Tints of Baby Blue #76FDEB
RGB
CMYK
RGB Variations
Color information
#76FDEB (or 0x76FDEB) is known color: Baby Blue. HEX triplet: 76, FD and EB. RGB value is (118,253,235). Sum of RGB (Red+Green+Blue) = 118+253+235=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDEB is #890214. Grayscale: #D2D2D2. Windows color (decimal): -8978965 or 15465846. OLE color: 15465846.
HSL color Cylindrical-coordinate representation of color #76FDEB: hue angle of 172º 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 #76FDEB is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 235 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.01 |
| HSL | 172º | 0.97% | 0.73% | - |
| HSV(B) | 172º | 0.53% | 0.99% | - |
| XYZ | 57.59 | 80.1 | 91.02 | - |
| YUV | 210.58 | 141.77 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 235 | 0.53 | 0 | 0.07 | 0.01 | 172 | 0.97 | 0.73 |
| Hex | 76 | FD | EB | 35 | 0 | 7 | 1 | AC | 61 | 49 |
| Octal | 166 | 375 | 353 | 65 | 0 | 7 | 1 | 254 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11101011 | 110101 | 0 | 111 | 1 | 10101100 | 1100001 | 1001001 |
Color Harmonies of #76FDEB
Complementary color
Monochromatic Colors of #76FDEB
Black with #76FDEB
Text Example
Text Example
White with #76FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDEB; }
p { color: rgb(118,253,235); }
H1.HeaderClassName
{
color: #76FDEB;
}
.AnyTagClassName
{
color: #76FDEB;
}
</style>
background-color css
<style>
a { background-color: #76FDEB; }
a { background-color: rgb(118,253,235); }
div.DivClassName
{
background-color: #76FDEB;
}
.BgClassName
{
background-color: #76FDEB;
}
</style>
border-color css
<style>
span { border-color: #76FDEB; }
span { border-color: rgb(118,253,235); }
td.TdClassName
{
border-color: #76FDEB;
}
.TagClassName
{
border-color: #76FDEB;
}
</style>