Shades of Baby Blue #73FBEC
Tints of Baby Blue #73FBEC
RGB
CMYK
RGB Variations
Color information
#73FBEC (or 0x73FBEC) is known color: Baby Blue. HEX triplet: 73, FB and EC. RGB value is (115,251,236). Sum of RGB (Red+Green+Blue) = 115+251+236=602 (79% of max value = 765). Red value is 115 (45.31% from 255 or 19.10% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #73FBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FBEC is #8C0413. Grayscale: #D0D0D0. Windows color (decimal): -9176084 or 15530867. OLE color: 15530867.
HSL color Cylindrical-coordinate representation of color #73FBEC: hue angle of 173.38º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FBEC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 236 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.02 |
| HSL | 173.38º | 0.94% | 0.72% | - |
| HSV(B) | 173.38º | 0.54% | 0.98% | - |
| XYZ | 56.71 | 78.7 | 91.56 | - |
| YUV | 208.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 236 | 0.54 | 0 | 0.06 | 0.02 | 173.38 | 0.94 | 0.72 |
| Hex | 73 | FB | EC | 36 | 0 | 6 | 2 | AD | 5E | 48 |
| Octal | 163 | 373 | 354 | 66 | 0 | 6 | 2 | 255 | 136 | 110 |
| Binary | 1110011 | 11111011 | 11101100 | 110110 | 0 | 110 | 10 | 10101101 | 1011110 | 1001000 |
Color Harmonies of #73FBEC
Complementary color
Monochromatic Colors of #73FBEC
Black with #73FBEC
Text Example
Text Example
White with #73FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FBEC; }
p { color: rgb(115,251,236); }
H1.HeaderClassName
{
color: #73FBEC;
}
.AnyTagClassName
{
color: #73FBEC;
}
</style>
background-color css
<style>
a { background-color: #73FBEC; }
a { background-color: rgb(115,251,236); }
div.DivClassName
{
background-color: #73FBEC;
}
.BgClassName
{
background-color: #73FBEC;
}
</style>
border-color css
<style>
span { border-color: #73FBEC; }
span { border-color: rgb(115,251,236); }
td.TdClassName
{
border-color: #73FBEC;
}
.TagClassName
{
border-color: #73FBEC;
}
</style>