Shades of Baby Blue #76FFFE
Tints of Baby Blue #76FFFE
RGB
CMYK
RGB Variations
Color information
#76FFFE (or 0x76FFFE) is known color: Baby Blue. HEX triplet: 76, FF and FE. RGB value is (118,255,254). Sum of RGB (Red+Green+Blue) = 118+255+254=627 (83% of max value = 765). Red value is 118 (46.48% from 255 or 18.82% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFFE is #890001. Grayscale: #D5D5D5. Windows color (decimal): -8978434 or 16711542. OLE color: 16711542.
HSL color Cylindrical-coordinate representation of color #76FFFE: hue angle of 179.56º 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 #76FFFE is Cyan = 0.54, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 254 | - |
| CMYK | 0.54 | 0 | 0.00 | 0 |
| HSL | 179.56º | 1% | 0.73% | - |
| HSV(B) | 179.56º | 0.54% | 1% | - |
| XYZ | 61.12 | 82.53 | 106.47 | - |
| YUV | 213.92 | 150.61 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 254 | 0.54 | 0 | 0.00 | 0 | 179.56 | 1 | 0.73 |
| Hex | 76 | FF | FE | 36 | 0 | 0 | 0 | B4 | 64 | 49 |
| Octal | 166 | 377 | 376 | 66 | 0 | 0 | 0 | 264 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11111110 | 110110 | 0 | 0 | 0 | 10110100 | 1100100 | 1001001 |
Color Harmonies of #76FFFE
Complementary color
Monochromatic Colors of #76FFFE
Black with #76FFFE
Text Example
Text Example
White with #76FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFFE; }
p { color: rgb(118,255,254); }
H1.HeaderClassName
{
color: #76FFFE;
}
.AnyTagClassName
{
color: #76FFFE;
}
</style>
background-color css
<style>
a { background-color: #76FFFE; }
a { background-color: rgb(118,255,254); }
div.DivClassName
{
background-color: #76FFFE;
}
.BgClassName
{
background-color: #76FFFE;
}
</style>
border-color css
<style>
span { border-color: #76FFFE; }
span { border-color: rgb(118,255,254); }
td.TdClassName
{
border-color: #76FFFE;
}
.TagClassName
{
border-color: #76FFFE;
}
</style>