Shades of Baby Blue #76FDF4
Tints of Baby Blue #76FDF4
RGB
CMYK
RGB Variations
Color information
#76FDF4 (or 0x76FDF4) is known color: Baby Blue. HEX triplet: 76, FD and F4. RGB value is (118,253,244). Sum of RGB (Red+Green+Blue) = 118+253+244=615 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.19% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDF4 is #89020B. Grayscale: #D3D3D3. Windows color (decimal): -8978956 or 16055670. OLE color: 16055670.
HSL color Cylindrical-coordinate representation of color #76FDF4: hue angle of 176º 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 #76FDF4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 244 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.01 |
| HSL | 176º | 0.97% | 0.73% | - |
| HSV(B) | 176º | 0.53% | 0.99% | - |
| XYZ | 58.93 | 80.63 | 98.05 | - |
| YUV | 211.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 244 | 0.53 | 0 | 0.04 | 0.01 | 176 | 0.97 | 0.73 |
| Hex | 76 | FD | F4 | 35 | 0 | 4 | 1 | B0 | 61 | 49 |
| Octal | 166 | 375 | 364 | 65 | 0 | 4 | 1 | 260 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11110100 | 110101 | 0 | 100 | 1 | 10110000 | 1100001 | 1001001 |
Color Harmonies of #76FDF4
Complementary color
Monochromatic Colors of #76FDF4
Black with #76FDF4
Text Example
Text Example
White with #76FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDF4; }
p { color: rgb(118,253,244); }
H1.HeaderClassName
{
color: #76FDF4;
}
.AnyTagClassName
{
color: #76FDF4;
}
</style>
background-color css
<style>
a { background-color: #76FDF4; }
a { background-color: rgb(118,253,244); }
div.DivClassName
{
background-color: #76FDF4;
}
.BgClassName
{
background-color: #76FDF4;
}
</style>
border-color css
<style>
span { border-color: #76FDF4; }
span { border-color: rgb(118,253,244); }
td.TdClassName
{
border-color: #76FDF4;
}
.TagClassName
{
border-color: #76FDF4;
}
</style>