Shades of Baby Blue #76FDF1
Tints of Baby Blue #76FDF1
RGB
CMYK
RGB Variations
Color information
#76FDF1 (or 0x76FDF1) is known color: Baby Blue. HEX triplet: 76, FD and F1. RGB value is (118,253,241). Sum of RGB (Red+Green+Blue) = 118+253+241=612 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.28% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 241 (94.53% from 255 or 39.38% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDF1 is #89020E. Grayscale: #D3D3D3. Windows color (decimal): -8978959 or 15859062. OLE color: 15859062.
HSL color Cylindrical-coordinate representation of color #76FDF1: hue angle of 174.67º 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 #76FDF1 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 241 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.01 |
| HSL | 174.67º | 0.97% | 0.73% | - |
| HSV(B) | 174.67º | 0.53% | 0.99% | - |
| XYZ | 58.47 | 80.45 | 95.67 | - |
| YUV | 211.27 | 144.77 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 241 | 0.53 | 0 | 0.05 | 0.01 | 174.67 | 0.97 | 0.73 |
| Hex | 76 | FD | F1 | 35 | 0 | 5 | 1 | AF | 61 | 49 |
| Octal | 166 | 375 | 361 | 65 | 0 | 5 | 1 | 257 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11110001 | 110101 | 0 | 101 | 1 | 10101111 | 1100001 | 1001001 |
Color Harmonies of #76FDF1
Complementary color
Monochromatic Colors of #76FDF1
Black with #76FDF1
Text Example
Text Example
White with #76FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDF1; }
p { color: rgb(118,253,241); }
H1.HeaderClassName
{
color: #76FDF1;
}
.AnyTagClassName
{
color: #76FDF1;
}
</style>
background-color css
<style>
a { background-color: #76FDF1; }
a { background-color: rgb(118,253,241); }
div.DivClassName
{
background-color: #76FDF1;
}
.BgClassName
{
background-color: #76FDF1;
}
</style>
border-color css
<style>
span { border-color: #76FDF1; }
span { border-color: rgb(118,253,241); }
td.TdClassName
{
border-color: #76FDF1;
}
.TagClassName
{
border-color: #76FDF1;
}
</style>