Shades of Baby Blue #76FCEE
Tints of Baby Blue #76FCEE
RGB
CMYK
RGB Variations
Color information
#76FCEE (or 0x76FCEE) is known color: Baby Blue. HEX triplet: 76, FC and EE. RGB value is (118,252,238). Sum of RGB (Red+Green+Blue) = 118+252+238=608 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.41% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCEE is #890311. Grayscale: #D2D2D2. Windows color (decimal): -8979218 or 15662198. OLE color: 15662198.
HSL color Cylindrical-coordinate representation of color #76FCEE: hue angle of 173.73º degrees, saturation: 0.96, 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 #76FCEE is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 252 | 238 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.01 |
| HSL | 173.73º | 0.96% | 0.73% | - |
| HSV(B) | 173.73º | 0.53% | 0.99% | - |
| XYZ | 57.71 | 79.65 | 93.22 | - |
| YUV | 210.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 238 | 0.53 | 0 | 0.06 | 0.01 | 173.73 | 0.96 | 0.73 |
| Hex | 76 | FC | EE | 35 | 0 | 6 | 1 | AE | 60 | 49 |
| Octal | 166 | 374 | 356 | 65 | 0 | 6 | 1 | 256 | 140 | 111 |
| Binary | 1110110 | 11111100 | 11101110 | 110101 | 0 | 110 | 1 | 10101110 | 1100000 | 1001001 |
Color Harmonies of #76FCEE
Complementary color
Monochromatic Colors of #76FCEE
Black with #76FCEE
Text Example
Text Example
White with #76FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCEE; }
p { color: rgb(118,252,238); }
H1.HeaderClassName
{
color: #76FCEE;
}
.AnyTagClassName
{
color: #76FCEE;
}
</style>
background-color css
<style>
a { background-color: #76FCEE; }
a { background-color: rgb(118,252,238); }
div.DivClassName
{
background-color: #76FCEE;
}
.BgClassName
{
background-color: #76FCEE;
}
</style>
border-color css
<style>
span { border-color: #76FCEE; }
span { border-color: rgb(118,252,238); }
td.TdClassName
{
border-color: #76FCEE;
}
.TagClassName
{
border-color: #76FCEE;
}
</style>