Shades of Baby Blue #76FFFC
Tints of Baby Blue #76FFFC
RGB
CMYK
RGB Variations
Color information
#76FFFC (or 0x76FFFC) is known color: Baby Blue. HEX triplet: 76, FF and FC. RGB value is (118,255,252). Sum of RGB (Red+Green+Blue) = 118+255+252=625 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.88% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFFC is #890003. Grayscale: #D5D5D5. Windows color (decimal): -8978436 or 16580470. OLE color: 16580470.
HSL color Cylindrical-coordinate representation of color #76FFFC: hue angle of 178.69º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFFC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 252 | - |
| CMYK | 0.54 | 0 | 0.01 | 0 |
| HSL | 178.69º | 1% | 0.73% | - |
| HSV(B) | 178.69º | 0.54% | 1% | - |
| XYZ | 60.8 | 82.4 | 104.8 | - |
| YUV | 213.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 252 | 0.54 | 0 | 0.01 | 0 | 178.69 | 1 | 0.73 |
| Hex | 76 | FF | FC | 36 | 0 | 1 | 0 | B3 | 64 | 49 |
| Octal | 166 | 377 | 374 | 66 | 0 | 1 | 0 | 263 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11111100 | 110110 | 0 | 1 | 0 | 10110011 | 1100100 | 1001001 |
Color Harmonies of #76FFFC
Complementary color
Monochromatic Colors of #76FFFC
Black with #76FFFC
Text Example
Text Example
White with #76FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFFC; }
p { color: rgb(118,255,252); }
H1.HeaderClassName
{
color: #76FFFC;
}
.AnyTagClassName
{
color: #76FFFC;
}
</style>
background-color css
<style>
a { background-color: #76FFFC; }
a { background-color: rgb(118,255,252); }
div.DivClassName
{
background-color: #76FFFC;
}
.BgClassName
{
background-color: #76FFFC;
}
</style>
border-color css
<style>
span { border-color: #76FFFC; }
span { border-color: rgb(118,255,252); }
td.TdClassName
{
border-color: #76FFFC;
}
.TagClassName
{
border-color: #76FFFC;
}
</style>