Shades of Baby Blue #76FEFC
Tints of Baby Blue #76FEFC
RGB
CMYK
RGB Variations
Color information
#76FEFC (or 0x76FEFC) is known color: Baby Blue. HEX triplet: 76, FE and FC. RGB value is (118,254,252). Sum of RGB (Red+Green+Blue) = 118+254+252=624 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.91% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FEFC is #890103. Grayscale: #D4D4D4. Windows color (decimal): -8978692 or 16580214. OLE color: 16580214.
HSL color Cylindrical-coordinate representation of color #76FEFC: hue angle of 179.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FEFC is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 254 | 252 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.00 |
| HSL | 179.12º | 0.99% | 0.73% | - |
| HSV(B) | 179.12º | 0.54% | 1% | - |
| XYZ | 60.48 | 81.76 | 104.69 | - |
| YUV | 213.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 254 | 252 | 0.54 | 0 | 0.01 | 0.00 | 179.12 | 0.99 | 0.73 |
| Hex | 76 | FE | FC | 36 | 0 | 1 | 0 | B3 | 63 | 49 |
| Octal | 166 | 376 | 374 | 66 | 0 | 1 | 0 | 263 | 143 | 111 |
| Binary | 1110110 | 11111110 | 11111100 | 110110 | 0 | 1 | 0 | 10110011 | 1100011 | 1001001 |
Color Harmonies of #76FEFC
Complementary color
Monochromatic Colors of #76FEFC
Black with #76FEFC
Text Example
Text Example
White with #76FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FEFC; }
p { color: rgb(118,254,252); }
H1.HeaderClassName
{
color: #76FEFC;
}
.AnyTagClassName
{
color: #76FEFC;
}
</style>
background-color css
<style>
a { background-color: #76FEFC; }
a { background-color: rgb(118,254,252); }
div.DivClassName
{
background-color: #76FEFC;
}
.BgClassName
{
background-color: #76FEFC;
}
</style>
border-color css
<style>
span { border-color: #76FEFC; }
span { border-color: rgb(118,254,252); }
td.TdClassName
{
border-color: #76FEFC;
}
.TagClassName
{
border-color: #76FEFC;
}
</style>