Shades of Baby Blue #53F3FE
Tints of Baby Blue #53F3FE
RGB
CMYK
RGB Variations
Color information
#53F3FE (or 0x53F3FE) is known color: Baby Blue. HEX triplet: 53, F3 and FE. RGB value is (83,243,254). Sum of RGB (Red+Green+Blue) = 83+243+254=580 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.31% from 580); Green value is 243 (95.31% from 255 or 41.90% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #53F3FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F3FE is #AC0C01. Grayscale: #C4C4C4. Windows color (decimal): -11275266 or 16708435. OLE color: 16708435.
HSL color Cylindrical-coordinate representation of color #53F3FE: hue angle of 183.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53F3FE is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 243 | 254 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.00 |
| HSL | 183.86º | 0.99% | 0.66% | - |
| HSV(B) | 183.86º | 0.67% | 1% | - |
| XYZ | 53.51 | 73.1 | 105.05 | - |
| YUV | 196.41 | 160.49 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 254 | 0.67 | 0.04 | 0 | 0.00 | 183.86 | 0.99 | 0.66 |
| Hex | 53 | F3 | FE | 43 | 4 | 0 | 0 | B8 | 63 | 42 |
| Octal | 123 | 363 | 376 | 103 | 4 | 0 | 0 | 270 | 143 | 102 |
| Binary | 1010011 | 11110011 | 11111110 | 1000011 | 100 | 0 | 0 | 10111000 | 1100011 | 1000010 |
Color Harmonies of #53F3FE
Complementary color
Monochromatic Colors of #53F3FE
Black with #53F3FE
Text Example
Text Example
White with #53F3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F3FE; }
p { color: rgb(83,243,254); }
H1.HeaderClassName
{
color: #53F3FE;
}
.AnyTagClassName
{
color: #53F3FE;
}
</style>
background-color css
<style>
a { background-color: #53F3FE; }
a { background-color: rgb(83,243,254); }
div.DivClassName
{
background-color: #53F3FE;
}
.BgClassName
{
background-color: #53F3FE;
}
</style>
border-color css
<style>
span { border-color: #53F3FE; }
span { border-color: rgb(83,243,254); }
td.TdClassName
{
border-color: #53F3FE;
}
.TagClassName
{
border-color: #53F3FE;
}
</style>