Shades of Baby Blue #73FCEE
Tints of Baby Blue #73FCEE
RGB
CMYK
RGB Variations
Color information
#73FCEE (or 0x73FCEE) is known color: Baby Blue. HEX triplet: 73, FC and EE. RGB value is (115,252,238). Sum of RGB (Red+Green+Blue) = 115+252+238=605 (80% of max value = 765). Red value is 115 (45.31% from 255 or 19.01% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCEE is #8C0311. Grayscale: #D1D1D1. Windows color (decimal): -9175826 or 15662195. OLE color: 15662195.
HSL color Cylindrical-coordinate representation of color #73FCEE: hue angle of 173.87º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FCEE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 238 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.01 |
| HSL | 173.87º | 0.96% | 0.72% | - |
| HSV(B) | 173.87º | 0.54% | 0.99% | - |
| XYZ | 57.31 | 79.44 | 93.2 | - |
| YUV | 209.44 | 144.11 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 238 | 0.54 | 0 | 0.06 | 0.01 | 173.87 | 0.96 | 0.72 |
| Hex | 73 | FC | EE | 36 | 0 | 6 | 1 | AE | 60 | 48 |
| Octal | 163 | 374 | 356 | 66 | 0 | 6 | 1 | 256 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11101110 | 110110 | 0 | 110 | 1 | 10101110 | 1100000 | 1001000 |
Color Harmonies of #73FCEE
Complementary color
Monochromatic Colors of #73FCEE
Black with #73FCEE
Text Example
Text Example
White with #73FCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCEE; }
p { color: rgb(115,252,238); }
H1.HeaderClassName
{
color: #73FCEE;
}
.AnyTagClassName
{
color: #73FCEE;
}
</style>
background-color css
<style>
a { background-color: #73FCEE; }
a { background-color: rgb(115,252,238); }
div.DivClassName
{
background-color: #73FCEE;
}
.BgClassName
{
background-color: #73FCEE;
}
</style>
border-color css
<style>
span { border-color: #73FCEE; }
span { border-color: rgb(115,252,238); }
td.TdClassName
{
border-color: #73FCEE;
}
.TagClassName
{
border-color: #73FCEE;
}
</style>