Shades of Baby Blue #76FCFF
Tints of Baby Blue #76FCFF
RGB
CMYK
RGB Variations
Color information
#76FCFF (or 0x76FCFF) is known color: Baby Blue. HEX triplet: 76, FC and FF. RGB value is (118,252,255). Sum of RGB (Red+Green+Blue) = 118+252+255=625 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.88% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #76FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCFF is #890300. Grayscale: #D4D4D4. Windows color (decimal): -8979201 or 16776310. OLE color: 16776310.
HSL color Cylindrical-coordinate representation of color #76FCFF: hue angle of 181.31º 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 #76FCFF is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 252 | 255 | - |
| CMYK | 0.54 | 0.01 | 0 | 0 |
| HSL | 181.31º | 1% | 0.73% | - |
| HSV(B) | 181.31º | 0.54% | 1% | - |
| XYZ | 60.33 | 80.69 | 107 | - |
| YUV | 212.28 | 152.11 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 252 | 255 | 0.54 | 0.01 | 0 | 0 | 181.31 | 1 | 0.73 |
| Hex | 76 | FC | FF | 36 | 1 | 0 | 0 | B5 | 64 | 49 |
| Octal | 166 | 374 | 377 | 66 | 1 | 0 | 0 | 265 | 144 | 111 |
| Binary | 1110110 | 11111100 | 11111111 | 110110 | 1 | 0 | 0 | 10110101 | 1100100 | 1001001 |
Color Harmonies of #76FCFF
Complementary color
Monochromatic Colors of #76FCFF
Black with #76FCFF
Text Example
Text Example
White with #76FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FCFF; }
p { color: rgb(118,252,255); }
H1.HeaderClassName
{
color: #76FCFF;
}
.AnyTagClassName
{
color: #76FCFF;
}
</style>
background-color css
<style>
a { background-color: #76FCFF; }
a { background-color: rgb(118,252,255); }
div.DivClassName
{
background-color: #76FCFF;
}
.BgClassName
{
background-color: #76FCFF;
}
</style>
border-color css
<style>
span { border-color: #76FCFF; }
span { border-color: rgb(118,252,255); }
td.TdClassName
{
border-color: #76FCFF;
}
.TagClassName
{
border-color: #76FCFF;
}
</style>