Shades of Baby Blue #76FBED
Tints of Baby Blue #76FBED
RGB
CMYK
RGB Variations
Color information
#76FBED (or 0x76FBED) is known color: Baby Blue. HEX triplet: 76, FB and ED. RGB value is (118,251,237). Sum of RGB (Red+Green+Blue) = 118+251+237=606 (80% of max value = 765). Red value is 118 (46.48% from 255 or 19.47% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FBED is #890412. Grayscale: #D1D1D1. Windows color (decimal): -8979475 or 15596406. OLE color: 15596406.
HSL color Cylindrical-coordinate representation of color #76FBED: hue angle of 173.68º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FBED is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 237 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.02 |
| HSL | 173.68º | 0.94% | 0.72% | - |
| HSV(B) | 173.68º | 0.53% | 0.98% | - |
| XYZ | 57.25 | 78.96 | 92.34 | - |
| YUV | 209.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 237 | 0.53 | 0 | 0.06 | 0.02 | 173.68 | 0.94 | 0.72 |
| Hex | 76 | FB | ED | 35 | 0 | 6 | 2 | AE | 5E | 48 |
| Octal | 166 | 373 | 355 | 65 | 0 | 6 | 2 | 256 | 136 | 110 |
| Binary | 1110110 | 11111011 | 11101101 | 110101 | 0 | 110 | 10 | 10101110 | 1011110 | 1001000 |
Color Harmonies of #76FBED
Complementary color
Monochromatic Colors of #76FBED
Black with #76FBED
Text Example
Text Example
White with #76FBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FBED; }
p { color: rgb(118,251,237); }
H1.HeaderClassName
{
color: #76FBED;
}
.AnyTagClassName
{
color: #76FBED;
}
</style>
background-color css
<style>
a { background-color: #76FBED; }
a { background-color: rgb(118,251,237); }
div.DivClassName
{
background-color: #76FBED;
}
.BgClassName
{
background-color: #76FBED;
}
</style>
border-color css
<style>
span { border-color: #76FBED; }
span { border-color: rgb(118,251,237); }
td.TdClassName
{
border-color: #76FBED;
}
.TagClassName
{
border-color: #76FBED;
}
</style>