Shades of Baby Blue #73FCFF
Tints of Baby Blue #73FCFF
RGB
CMYK
RGB Variations
Color information
#73FCFF (or 0x73FCFF) is known color: Baby Blue. HEX triplet: 73, FC and FF. RGB value is (115,252,255). Sum of RGB (Red+Green+Blue) = 115+252+255=622 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.49% from 622); Green value is 252 (98.83% from 255 or 40.51% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #73FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCFF is #8C0300. Grayscale: #D3D3D3. Windows color (decimal): -9175809 or 16776307. OLE color: 16776307.
HSL color Cylindrical-coordinate representation of color #73FCFF: hue angle of 181.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FCFF is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 252 | 255 | - |
| CMYK | 0.55 | 0.01 | 0 | 0 |
| HSL | 181.29º | 1% | 0.73% | - |
| HSV(B) | 181.29º | 0.55% | 1% | - |
| XYZ | 59.93 | 80.49 | 106.98 | - |
| YUV | 211.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 255 | 0.55 | 0.01 | 0 | 0 | 181.29 | 1 | 0.73 |
| Hex | 73 | FC | FF | 37 | 1 | 0 | 0 | B5 | 64 | 49 |
| Octal | 163 | 374 | 377 | 67 | 1 | 0 | 0 | 265 | 144 | 111 |
| Binary | 1110011 | 11111100 | 11111111 | 110111 | 1 | 0 | 0 | 10110101 | 1100100 | 1001001 |
Color Harmonies of #73FCFF
Complementary color
Monochromatic Colors of #73FCFF
Black with #73FCFF
Text Example
Text Example
White with #73FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCFF; }
p { color: rgb(115,252,255); }
H1.HeaderClassName
{
color: #73FCFF;
}
.AnyTagClassName
{
color: #73FCFF;
}
</style>
background-color css
<style>
a { background-color: #73FCFF; }
a { background-color: rgb(115,252,255); }
div.DivClassName
{
background-color: #73FCFF;
}
.BgClassName
{
background-color: #73FCFF;
}
</style>
border-color css
<style>
span { border-color: #73FCFF; }
span { border-color: rgb(115,252,255); }
td.TdClassName
{
border-color: #73FCFF;
}
.TagClassName
{
border-color: #73FCFF;
}
</style>