Shades of Baby Blue #73FEFE
Tints of Baby Blue #73FEFE
RGB
CMYK
RGB Variations
Color information
#73FEFE (or 0x73FEFE) is known color: Baby Blue. HEX triplet: 73, FE and FE. RGB value is (115,254,254). Sum of RGB (Red+Green+Blue) = 115+254+254=623 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.46% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #73FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FEFE is #8C0101. Grayscale: #D4D4D4. Windows color (decimal): -9175298 or 16711283. OLE color: 16711283.
HSL color Cylindrical-coordinate representation of color #73FEFE: hue angle of 180º 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 #73FEFE is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 254 | 254 | - |
| CMYK | 0.55 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.72% | - |
| HSV(B) | 180º | 0.55% | 1% | - |
| XYZ | 60.4 | 81.68 | 106.35 | - |
| YUV | 212.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 254 | 254 | 0.55 | 0 | 0 | 0.00 | 180 | 0.99 | 0.72 |
| Hex | 73 | FE | FE | 37 | 0 | 0 | 0 | B4 | 63 | 48 |
| Octal | 163 | 376 | 376 | 67 | 0 | 0 | 0 | 264 | 143 | 110 |
| Binary | 1110011 | 11111110 | 11111110 | 110111 | 0 | 0 | 0 | 10110100 | 1100011 | 1001000 |
Color Harmonies of #73FEFE
Complementary color
Monochromatic Colors of #73FEFE
Black with #73FEFE
Text Example
Text Example
White with #73FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FEFE; }
p { color: rgb(115,254,254); }
H1.HeaderClassName
{
color: #73FEFE;
}
.AnyTagClassName
{
color: #73FEFE;
}
</style>
background-color css
<style>
a { background-color: #73FEFE; }
a { background-color: rgb(115,254,254); }
div.DivClassName
{
background-color: #73FEFE;
}
.BgClassName
{
background-color: #73FEFE;
}
</style>
border-color css
<style>
span { border-color: #73FEFE; }
span { border-color: rgb(115,254,254); }
td.TdClassName
{
border-color: #73FEFE;
}
.TagClassName
{
border-color: #73FEFE;
}
</style>