Shades of Baby Blue #73FEEF
Tints of Baby Blue #73FEEF
RGB
CMYK
RGB Variations
Color information
#73FEEF (or 0x73FEEF) is known color: Baby Blue. HEX triplet: 73, FE and EF. RGB value is (115,254,239). Sum of RGB (Red+Green+Blue) = 115+254+239=608 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.91% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEEF is #8C0110. Grayscale: #D2D2D2. Windows color (decimal): -9175313 or 15728243. OLE color: 15728243.
HSL color Cylindrical-coordinate representation of color #73FEEF: hue angle of 173.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FEEF is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 239 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.00 |
| HSL | 173.53º | 0.99% | 0.72% | - |
| HSV(B) | 173.53º | 0.55% | 1% | - |
| XYZ | 58.09 | 80.76 | 94.19 | - |
| YUV | 210.73 | 143.95 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 239 | 0.55 | 0 | 0.06 | 0.00 | 173.53 | 0.99 | 0.72 |
| Hex | 73 | FE | EF | 37 | 0 | 6 | 0 | AE | 63 | 48 |
| Octal | 163 | 376 | 357 | 67 | 0 | 6 | 0 | 256 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11101111 | 110111 | 0 | 110 | 0 | 10101110 | 1100011 | 1001000 |
Color Harmonies of #73FEEF
Complementary color
Monochromatic Colors of #73FEEF
Black with #73FEEF
Text Example
Text Example
White with #73FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEEF; }
p { color: rgb(115,254,239); }
H1.HeaderClassName
{
color: #73FEEF;
}
.AnyTagClassName
{
color: #73FEEF;
}
</style>
background-color css
<style>
a { background-color: #73FEEF; }
a { background-color: rgb(115,254,239); }
div.DivClassName
{
background-color: #73FEEF;
}
.BgClassName
{
background-color: #73FEEF;
}
</style>
border-color css
<style>
span { border-color: #73FEEF; }
span { border-color: rgb(115,254,239); }
td.TdClassName
{
border-color: #73FEEF;
}
.TagClassName
{
border-color: #73FEEF;
}
</style>