Shades of Baby Blue #53FFFC
Tints of Baby Blue #53FFFC
RGB
CMYK
RGB Variations
Color information
#53FFFC (or 0x53FFFC) is known color: Baby Blue. HEX triplet: 53, FF and FC. RGB value is (83,255,252). Sum of RGB (Red+Green+Blue) = 83+255+252=590 (78% of max value = 765). Red value is 83 (32.81% from 255 or 14.07% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFFC is #AC0003. Grayscale: #CBCBCB. Windows color (decimal): -11272196 or 16580435. OLE color: 16580435.
HSL color Cylindrical-coordinate representation of color #53FFFC: hue angle of 178.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFFC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 252 | - |
| CMYK | 0.67 | 0 | 0.01 | 0 |
| HSL | 178.95º | 1% | 0.66% | - |
| HSV(B) | 178.95º | 0.67% | 1% | - |
| XYZ | 56.9 | 80.39 | 104.61 | - |
| YUV | 203.23 | 155.52 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 252 | 0.67 | 0 | 0.01 | 0 | 178.95 | 1 | 0.66 |
| Hex | 53 | FF | FC | 43 | 0 | 1 | 0 | B3 | 64 | 42 |
| Octal | 123 | 377 | 374 | 103 | 0 | 1 | 0 | 263 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11111100 | 1000011 | 0 | 1 | 0 | 10110011 | 1100100 | 1000010 |
Color Harmonies of #53FFFC
Complementary color
Monochromatic Colors of #53FFFC
Black with #53FFFC
Text Example
Text Example
White with #53FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFFC; }
p { color: rgb(83,255,252); }
H1.HeaderClassName
{
color: #53FFFC;
}
.AnyTagClassName
{
color: #53FFFC;
}
</style>
background-color css
<style>
a { background-color: #53FFFC; }
a { background-color: rgb(83,255,252); }
div.DivClassName
{
background-color: #53FFFC;
}
.BgClassName
{
background-color: #53FFFC;
}
</style>
border-color css
<style>
span { border-color: #53FFFC; }
span { border-color: rgb(83,255,252); }
td.TdClassName
{
border-color: #53FFFC;
}
.TagClassName
{
border-color: #53FFFC;
}
</style>