Shades of Baby Blue #73FEF4
Tints of Baby Blue #73FEF4
RGB
CMYK
RGB Variations
Color information
#73FEF4 (or 0x73FEF4) is known color: Baby Blue. HEX triplet: 73, FE and F4. RGB value is (115,254,244). Sum of RGB (Red+Green+Blue) = 115+254+244=613 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.76% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #73FEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEF4 is #8C010B. Grayscale: #D3D3D3. Windows color (decimal): -9175308 or 16055923. OLE color: 16055923.
HSL color Cylindrical-coordinate representation of color #73FEF4: hue angle of 175.68º 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 #73FEF4 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 244 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.00 |
| HSL | 175.68º | 0.99% | 0.72% | - |
| HSV(B) | 175.68º | 0.55% | 1% | - |
| XYZ | 58.84 | 81.06 | 98.13 | - |
| YUV | 211.3 | 146.45 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 244 | 0.55 | 0 | 0.04 | 0.00 | 175.68 | 0.99 | 0.72 |
| Hex | 73 | FE | F4 | 37 | 0 | 4 | 0 | B0 | 63 | 48 |
| Octal | 163 | 376 | 364 | 67 | 0 | 4 | 0 | 260 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11110100 | 110111 | 0 | 100 | 0 | 10110000 | 1100011 | 1001000 |
Color Harmonies of #73FEF4
Complementary color
Monochromatic Colors of #73FEF4
Black with #73FEF4
Text Example
Text Example
White with #73FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEF4; }
p { color: rgb(115,254,244); }
H1.HeaderClassName
{
color: #73FEF4;
}
.AnyTagClassName
{
color: #73FEF4;
}
</style>
background-color css
<style>
a { background-color: #73FEF4; }
a { background-color: rgb(115,254,244); }
div.DivClassName
{
background-color: #73FEF4;
}
.BgClassName
{
background-color: #73FEF4;
}
</style>
border-color css
<style>
span { border-color: #73FEF4; }
span { border-color: rgb(115,254,244); }
td.TdClassName
{
border-color: #73FEF4;
}
.TagClassName
{
border-color: #73FEF4;
}
</style>