Shades of Baby Blue #53F4FF
Tints of Baby Blue #53F4FF
RGB
CMYK
RGB Variations
Color information
#53F4FF (or 0x53F4FF) is known color: Baby Blue. HEX triplet: 53, F4 and FF. RGB value is (83,244,255). Sum of RGB (Red+Green+Blue) = 83+244+255=582 (77% of max value = 765). Red value is 83 (32.81% from 255 or 14.26% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #53F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F4FF is #AC0B00. Grayscale: #C4C4C4. Windows color (decimal): -11275009 or 16774227. OLE color: 16774227.
HSL color Cylindrical-coordinate representation of color #53F4FF: hue angle of 183.84º 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 #53F4FF is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 244 | 255 | - |
| CMYK | 0.67 | 0.04 | 0 | 0 |
| HSL | 183.84º | 1% | 0.66% | - |
| HSV(B) | 183.84º | 0.67% | 1% | - |
| XYZ | 53.97 | 73.76 | 106 | - |
| YUV | 197.12 | 160.66 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 244 | 255 | 0.67 | 0.04 | 0 | 0 | 183.84 | 1 | 0.66 |
| Hex | 53 | F4 | FF | 43 | 4 | 0 | 0 | B8 | 64 | 42 |
| Octal | 123 | 364 | 377 | 103 | 4 | 0 | 0 | 270 | 144 | 102 |
| Binary | 1010011 | 11110100 | 11111111 | 1000011 | 100 | 0 | 0 | 10111000 | 1100100 | 1000010 |
Color Harmonies of #53F4FF
Complementary color
Monochromatic Colors of #53F4FF
Black with #53F4FF
Text Example
Text Example
White with #53F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F4FF; }
p { color: rgb(83,244,255); }
H1.HeaderClassName
{
color: #53F4FF;
}
.AnyTagClassName
{
color: #53F4FF;
}
</style>
background-color css
<style>
a { background-color: #53F4FF; }
a { background-color: rgb(83,244,255); }
div.DivClassName
{
background-color: #53F4FF;
}
.BgClassName
{
background-color: #53F4FF;
}
</style>
border-color css
<style>
span { border-color: #53F4FF; }
span { border-color: rgb(83,244,255); }
td.TdClassName
{
border-color: #53F4FF;
}
.TagClassName
{
border-color: #53F4FF;
}
</style>