Shades of Baby Blue #53FEFE
Tints of Baby Blue #53FEFE
RGB
CMYK
RGB Variations
Color information
#53FEFE (or 0x53FEFE) is known color: Baby Blue. HEX triplet: 53, FE and FE. RGB value is (83,254,254). Sum of RGB (Red+Green+Blue) = 83+254+254=591 (78% of max value = 765). Red value is 83 (32.81% from 255 or 14.04% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #53FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEFE is #AC0101. Grayscale: #CACACA. Windows color (decimal): -11272450 or 16711251. OLE color: 16711251.
HSL color Cylindrical-coordinate representation of color #53FEFE: hue angle of 180º 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 #53FEFE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 254 | 254 | - |
| CMYK | 0.67 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.66% | - |
| HSV(B) | 180º | 0.67% | 1% | - |
| XYZ | 56.9 | 79.88 | 106.19 | - |
| YUV | 202.87 | 156.85 | 42.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 254 | 254 | 0.67 | 0 | 0 | 0.00 | 180 | 0.99 | 0.66 |
| Hex | 53 | FE | FE | 43 | 0 | 0 | 0 | B4 | 63 | 42 |
| Octal | 123 | 376 | 376 | 103 | 0 | 0 | 0 | 264 | 143 | 102 |
| Binary | 1010011 | 11111110 | 11111110 | 1000011 | 0 | 0 | 0 | 10110100 | 1100011 | 1000010 |
Color Harmonies of #53FEFE
Complementary color
Monochromatic Colors of #53FEFE
Black with #53FEFE
Text Example
Text Example
White with #53FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FEFE; }
p { color: rgb(83,254,254); }
H1.HeaderClassName
{
color: #53FEFE;
}
.AnyTagClassName
{
color: #53FEFE;
}
</style>
background-color css
<style>
a { background-color: #53FEFE; }
a { background-color: rgb(83,254,254); }
div.DivClassName
{
background-color: #53FEFE;
}
.BgClassName
{
background-color: #53FEFE;
}
</style>
border-color css
<style>
span { border-color: #53FEFE; }
span { border-color: rgb(83,254,254); }
td.TdClassName
{
border-color: #53FEFE;
}
.TagClassName
{
border-color: #53FEFE;
}
</style>