Shades of Baby Blue #73FCFD
Tints of Baby Blue #73FCFD
RGB
CMYK
RGB Variations
Color information
#73FCFD (or 0x73FCFD) is known color: Baby Blue. HEX triplet: 73, FC and FD. RGB value is (115,252,253). Sum of RGB (Red+Green+Blue) = 115+252+253=620 (82% of max value = 765). Red value is 115 (45.31% from 255 or 18.55% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #73FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #73FCFD is #8C0302. Grayscale: #D3D3D3. Windows color (decimal): -9175811 or 16645235. OLE color: 16645235.
HSL color Cylindrical-coordinate representation of color #73FCFD: hue angle of 180.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73FCFD is Cyan = 0.55, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 253 | - |
| CMYK | 0.55 | 0.00 | 0 | 0.01 |
| HSL | 180.43º | 0.97% | 0.72% | - |
| HSV(B) | 180.43º | 0.55% | 0.99% | - |
| XYZ | 59.61 | 80.36 | 105.3 | - |
| YUV | 211.15 | 151.61 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 253 | 0.55 | 0.00 | 0 | 0.01 | 180.43 | 0.97 | 0.72 |
| Hex | 73 | FC | FD | 37 | 0 | 0 | 1 | B4 | 61 | 48 |
| Octal | 163 | 374 | 375 | 67 | 0 | 0 | 1 | 264 | 141 | 110 |
| Binary | 1110011 | 11111100 | 11111101 | 110111 | 0 | 0 | 1 | 10110100 | 1100001 | 1001000 |
Color Harmonies of #73FCFD
Complementary color
Monochromatic Colors of #73FCFD
Black with #73FCFD
Text Example
Text Example
White with #73FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FCFD; }
p { color: rgb(115,252,253); }
H1.HeaderClassName
{
color: #73FCFD;
}
.AnyTagClassName
{
color: #73FCFD;
}
</style>
background-color css
<style>
a { background-color: #73FCFD; }
a { background-color: rgb(115,252,253); }
div.DivClassName
{
background-color: #73FCFD;
}
.BgClassName
{
background-color: #73FCFD;
}
</style>
border-color css
<style>
span { border-color: #73FCFD; }
span { border-color: rgb(115,252,253); }
td.TdClassName
{
border-color: #73FCFD;
}
.TagClassName
{
border-color: #73FCFD;
}
</style>