Shades of Baby Blue #76FDFB
Tints of Baby Blue #76FDFB
RGB
CMYK
RGB Variations
Color information
#76FDFB (or 0x76FDFB) is known color: Baby Blue. HEX triplet: 76, FD and FB. RGB value is (118,253,251). Sum of RGB (Red+Green+Blue) = 118+253+251=622 (82% of max value = 765). Red value is 118 (46.48% from 255 or 18.97% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FDFB is #890204. Grayscale: #D4D4D4. Windows color (decimal): -8978949 or 16514422. OLE color: 16514422.
HSL color Cylindrical-coordinate representation of color #76FDFB: hue angle of 179.11º degrees, saturation: 0.97, 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 #76FDFB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 253 | 251 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.01 |
| HSL | 179.11º | 0.97% | 0.73% | - |
| HSV(B) | 179.11º | 0.53% | 0.99% | - |
| XYZ | 60.01 | 81.07 | 103.75 | - |
| YUV | 212.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 253 | 251 | 0.53 | 0 | 0.01 | 0.01 | 179.11 | 0.97 | 0.73 |
| Hex | 76 | FD | FB | 35 | 0 | 1 | 1 | B3 | 61 | 49 |
| Octal | 166 | 375 | 373 | 65 | 0 | 1 | 1 | 263 | 141 | 111 |
| Binary | 1110110 | 11111101 | 11111011 | 110101 | 0 | 1 | 1 | 10110011 | 1100001 | 1001001 |
Color Harmonies of #76FDFB
Complementary color
Monochromatic Colors of #76FDFB
Black with #76FDFB
Text Example
Text Example
White with #76FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FDFB; }
p { color: rgb(118,253,251); }
H1.HeaderClassName
{
color: #76FDFB;
}
.AnyTagClassName
{
color: #76FDFB;
}
</style>
background-color css
<style>
a { background-color: #76FDFB; }
a { background-color: rgb(118,253,251); }
div.DivClassName
{
background-color: #76FDFB;
}
.BgClassName
{
background-color: #76FDFB;
}
</style>
border-color css
<style>
span { border-color: #76FDFB; }
span { border-color: rgb(118,253,251); }
td.TdClassName
{
border-color: #76FDFB;
}
.TagClassName
{
border-color: #76FDFB;
}
</style>