Shades of Baby Blue #73FCF0
Tints of Baby Blue #73FCF0
RGB
CMYK
RGB Variations
Color information
#73FCF0 (or 0x73FCF0) is known color: Baby Blue. HEX triplet: 73, FC and F0. RGB value is (115,252,240). Sum of RGB (Red+Green+Blue) = 115+252+240=607 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.95% from 607); Green value is 252 (98.83% from 255 or 41.52% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 252 - color contains mainly: green. Hex color #73FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCF0 is #8C030F. Grayscale: #D1D1D1. Windows color (decimal): -9175824 or 15793267. OLE color: 15793267.
HSL color Cylindrical-coordinate representation of color #73FCF0: hue angle of 174.74º 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 #73FCF0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 240 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.01 |
| HSL | 174.74º | 0.96% | 0.72% | - |
| HSV(B) | 174.74º | 0.54% | 0.99% | - |
| XYZ | 57.61 | 79.56 | 94.76 | - |
| YUV | 209.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 240 | 0.54 | 0 | 0.05 | 0.01 | 174.74 | 0.96 | 0.72 |
| Hex | 73 | FC | F0 | 36 | 0 | 5 | 1 | AF | 60 | 48 |
| Octal | 163 | 374 | 360 | 66 | 0 | 5 | 1 | 257 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11110000 | 110110 | 0 | 101 | 1 | 10101111 | 1100000 | 1001000 |
Color Harmonies of #73FCF0
Complementary color
Monochromatic Colors of #73FCF0
Black with #73FCF0
Text Example
Text Example
White with #73FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCF0; }
p { color: rgb(115,252,240); }
H1.HeaderClassName
{
color: #73FCF0;
}
.AnyTagClassName
{
color: #73FCF0;
}
</style>
background-color css
<style>
a { background-color: #73FCF0; }
a { background-color: rgb(115,252,240); }
div.DivClassName
{
background-color: #73FCF0;
}
.BgClassName
{
background-color: #73FCF0;
}
</style>
border-color css
<style>
span { border-color: #73FCF0; }
span { border-color: rgb(115,252,240); }
td.TdClassName
{
border-color: #73FCF0;
}
.TagClassName
{
border-color: #73FCF0;
}
</style>