Shades of Baby Blue #73FCFC
Tints of Baby Blue #73FCFC
RGB
CMYK
RGB Variations
Color information
#73FCFC (or 0x73FCFC) is known color: Baby Blue. HEX triplet: 73, FC and FC. RGB value is (115,252,252). Sum of RGB (Red+Green+Blue) = 115+252+252=619 (81% of max value = 765). Red value is 115 (45.31% from 255 or 18.58% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #73FCFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCFC is #8C0303. Grayscale: #D2D2D2. Windows color (decimal): -9175812 or 16579699. OLE color: 16579699.
HSL color Cylindrical-coordinate representation of color #73FCFC: hue angle of 180º 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 #73FCFC is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 252 | - |
| CMYK | 0.54 | 0 | 0 | 0.01 |
| HSL | 180º | 0.96% | 0.72% | - |
| HSV(B) | 180º | 0.54% | 0.99% | - |
| XYZ | 59.45 | 80.29 | 104.46 | - |
| YUV | 211.04 | 151.11 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 252 | 0.54 | 0 | 0 | 0.01 | 180 | 0.96 | 0.72 |
| Hex | 73 | FC | FC | 36 | 0 | 0 | 1 | B4 | 60 | 48 |
| Octal | 163 | 374 | 374 | 66 | 0 | 0 | 1 | 264 | 140 | 110 |
| Binary | 1110011 | 11111100 | 11111100 | 110110 | 0 | 0 | 1 | 10110100 | 1100000 | 1001000 |
Color Harmonies of #73FCFC
Complementary color
Monochromatic Colors of #73FCFC
Black with #73FCFC
Text Example
Text Example
White with #73FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCFC; }
p { color: rgb(115,252,252); }
H1.HeaderClassName
{
color: #73FCFC;
}
.AnyTagClassName
{
color: #73FCFC;
}
</style>
background-color css
<style>
a { background-color: #73FCFC; }
a { background-color: rgb(115,252,252); }
div.DivClassName
{
background-color: #73FCFC;
}
.BgClassName
{
background-color: #73FCFC;
}
</style>
border-color css
<style>
span { border-color: #73FCFC; }
span { border-color: rgb(115,252,252); }
td.TdClassName
{
border-color: #73FCFC;
}
.TagClassName
{
border-color: #73FCFC;
}
</style>