Shades of Baby Blue #76FFF8
Tints of Baby Blue #76FFF8
RGB
CMYK
RGB Variations
Color information
#76FFF8 (or 0x76FFF8) is known color: Baby Blue. HEX triplet: 76, FF and F8. RGB value is (118,255,248). Sum of RGB (Red+Green+Blue) = 118+255+248=621 (82% of max value = 765). Red value is 118 (46.48% from 255 or 19.00% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFF8 is #890007. Grayscale: #D5D5D5. Windows color (decimal): -8978440 or 16318326. OLE color: 16318326.
HSL color Cylindrical-coordinate representation of color #76FFF8: hue angle of 176.93º 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 #76FFF8 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 248 | - |
| CMYK | 0.54 | 0 | 0.03 | 0 |
| HSL | 176.93º | 1% | 0.73% | - |
| HSV(B) | 176.93º | 0.54% | 1% | - |
| XYZ | 60.17 | 82.15 | 101.49 | - |
| YUV | 213.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 248 | 0.54 | 0 | 0.03 | 0 | 176.93 | 1 | 0.73 |
| Hex | 76 | FF | F8 | 36 | 0 | 3 | 0 | B1 | 64 | 49 |
| Octal | 166 | 377 | 370 | 66 | 0 | 3 | 0 | 261 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11111000 | 110110 | 0 | 11 | 0 | 10110001 | 1100100 | 1001001 |
Color Harmonies of #76FFF8
Complementary color
Monochromatic Colors of #76FFF8
Black with #76FFF8
Text Example
Text Example
White with #76FFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFF8; }
p { color: rgb(118,255,248); }
H1.HeaderClassName
{
color: #76FFF8;
}
.AnyTagClassName
{
color: #76FFF8;
}
</style>
background-color css
<style>
a { background-color: #76FFF8; }
a { background-color: rgb(118,255,248); }
div.DivClassName
{
background-color: #76FFF8;
}
.BgClassName
{
background-color: #76FFF8;
}
</style>
border-color css
<style>
span { border-color: #76FFF8; }
span { border-color: rgb(118,255,248); }
td.TdClassName
{
border-color: #76FFF8;
}
.TagClassName
{
border-color: #76FFF8;
}
</style>