Shades of Baby Blue #53F3FF
Tints of Baby Blue #53F3FF
RGB
CMYK
RGB Variations
Color information
#53F3FF (or 0x53F3FF) is known color: Baby Blue. HEX triplet: 53, F3 and FF. RGB value is (83,243,255). Sum of RGB (Red+Green+Blue) = 83+243+255=581 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.29% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #53F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F3FF is #AC0C00. Grayscale: #C4C4C4. Windows color (decimal): -11275265 or 16773971. OLE color: 16773971.
HSL color Cylindrical-coordinate representation of color #53F3FF: hue angle of 184.19º 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 #53F3FF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 243 | 255 | - |
| CMYK | 0.67 | 0.05 | 0 | 0 |
| HSL | 184.19º | 1% | 0.66% | - |
| HSV(B) | 184.19º | 0.67% | 1% | - |
| XYZ | 53.67 | 73.16 | 105.9 | - |
| YUV | 196.53 | 160.99 | 47.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 255 | 0.67 | 0.05 | 0 | 0 | 184.19 | 1 | 0.66 |
| Hex | 53 | F3 | FF | 43 | 5 | 0 | 0 | B8 | 64 | 42 |
| Octal | 123 | 363 | 377 | 103 | 5 | 0 | 0 | 270 | 144 | 102 |
| Binary | 1010011 | 11110011 | 11111111 | 1000011 | 101 | 0 | 0 | 10111000 | 1100100 | 1000010 |
Color Harmonies of #53F3FF
Complementary color
Monochromatic Colors of #53F3FF
Black with #53F3FF
Text Example
Text Example
White with #53F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F3FF; }
p { color: rgb(83,243,255); }
H1.HeaderClassName
{
color: #53F3FF;
}
.AnyTagClassName
{
color: #53F3FF;
}
</style>
background-color css
<style>
a { background-color: #53F3FF; }
a { background-color: rgb(83,243,255); }
div.DivClassName
{
background-color: #53F3FF;
}
.BgClassName
{
background-color: #53F3FF;
}
</style>
border-color css
<style>
span { border-color: #53F3FF; }
span { border-color: rgb(83,243,255); }
td.TdClassName
{
border-color: #53F3FF;
}
.TagClassName
{
border-color: #53F3FF;
}
</style>