Shades of Baby Blue #53F1FF
Tints of Baby Blue #53F1FF
RGB
CMYK
RGB Variations
Color information
#53F1FF (or 0x53F1FF) is known color: Baby Blue. HEX triplet: 53, F1 and FF. RGB value is (83,241,255). Sum of RGB (Red+Green+Blue) = 83+241+255=579 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.34% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #53F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F1FF is #AC0E00. Grayscale: #C3C3C3. Windows color (decimal): -11275777 or 16773459. OLE color: 16773459.
HSL color Cylindrical-coordinate representation of color #53F1FF: hue angle of 184.88º 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 #53F1FF is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 241 | 255 | - |
| CMYK | 0.67 | 0.05 | 0 | 0 |
| HSL | 184.88º | 1% | 0.66% | - |
| HSV(B) | 184.88º | 0.67% | 1% | - |
| XYZ | 53.07 | 71.97 | 105.7 | - |
| YUV | 195.35 | 161.65 | 47.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 255 | 0.67 | 0.05 | 0 | 0 | 184.88 | 1 | 0.66 |
| Hex | 53 | F1 | FF | 43 | 5 | 0 | 0 | B9 | 64 | 42 |
| Octal | 123 | 361 | 377 | 103 | 5 | 0 | 0 | 271 | 144 | 102 |
| Binary | 1010011 | 11110001 | 11111111 | 1000011 | 101 | 0 | 0 | 10111001 | 1100100 | 1000010 |
Color Harmonies of #53F1FF
Complementary color
Monochromatic Colors of #53F1FF
Black with #53F1FF
Text Example
Text Example
White with #53F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F1FF; }
p { color: rgb(83,241,255); }
H1.HeaderClassName
{
color: #53F1FF;
}
.AnyTagClassName
{
color: #53F1FF;
}
</style>
background-color css
<style>
a { background-color: #53F1FF; }
a { background-color: rgb(83,241,255); }
div.DivClassName
{
background-color: #53F1FF;
}
.BgClassName
{
background-color: #53F1FF;
}
</style>
border-color css
<style>
span { border-color: #53F1FF; }
span { border-color: rgb(83,241,255); }
td.TdClassName
{
border-color: #53F1FF;
}
.TagClassName
{
border-color: #53F1FF;
}
</style>