Shades of Baby Blue #73FAF5
Tints of Baby Blue #73FAF5
RGB
CMYK
RGB Variations
Color information
#73FAF5 (or 0x73FAF5) is known color: Baby Blue. HEX triplet: 73, FA and F5. RGB value is (115,250,245). Sum of RGB (Red+Green+Blue) = 115+250+245=610 (80% of max value = 765). Red value is 115 (45.31% from 255 or 18.85% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #73FAF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FAF5 is #8C050A. Grayscale: #D0D0D0. Windows color (decimal): -9176331 or 16120435. OLE color: 16120435.
HSL color Cylindrical-coordinate representation of color #73FAF5: hue angle of 177.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73FAF5 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 245 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.02 |
| HSL | 177.78º | 0.93% | 0.72% | - |
| HSV(B) | 177.78º | 0.54% | 0.98% | - |
| XYZ | 57.74 | 78.61 | 98.52 | - |
| YUV | 209.07 | 148.27 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 245 | 0.54 | 0 | 0.02 | 0.02 | 177.78 | 0.93 | 0.72 |
| Hex | 73 | FA | F5 | 36 | 0 | 2 | 2 | B2 | 5D | 48 |
| Octal | 163 | 372 | 365 | 66 | 0 | 2 | 2 | 262 | 135 | 110 |
| Binary | 1110011 | 11111010 | 11110101 | 110110 | 0 | 10 | 10 | 10110010 | 1011101 | 1001000 |
Color Harmonies of #73FAF5
Complementary color
Monochromatic Colors of #73FAF5
Black with #73FAF5
Text Example
Text Example
White with #73FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FAF5; }
p { color: rgb(115,250,245); }
H1.HeaderClassName
{
color: #73FAF5;
}
.AnyTagClassName
{
color: #73FAF5;
}
</style>
background-color css
<style>
a { background-color: #73FAF5; }
a { background-color: rgb(115,250,245); }
div.DivClassName
{
background-color: #73FAF5;
}
.BgClassName
{
background-color: #73FAF5;
}
</style>
border-color css
<style>
span { border-color: #73FAF5; }
span { border-color: rgb(115,250,245); }
td.TdClassName
{
border-color: #73FAF5;
}
.TagClassName
{
border-color: #73FAF5;
}
</style>