Shades of Baby Blue #53FFFE
Tints of Baby Blue #53FFFE
RGB
CMYK
RGB Variations
Color information
#53FFFE (or 0x53FFFE) is known color: Baby Blue. HEX triplet: 53, FF and FE. RGB value is (83,255,254). Sum of RGB (Red+Green+Blue) = 83+255+254=592 (78% of max value = 765). Red value is 83 (32.81% from 255 or 14.02% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFFE is #AC0001. Grayscale: #CBCBCB. Windows color (decimal): -11272194 or 16711507. OLE color: 16711507.
HSL color Cylindrical-coordinate representation of color #53FFFE: hue angle of 179.65º 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 #53FFFE is Cyan = 0.67, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 255 | 254 | - |
| CMYK | 0.67 | 0 | 0.00 | 0 |
| HSL | 179.65º | 1% | 0.66% | - |
| HSV(B) | 179.65º | 0.67% | 1% | - |
| XYZ | 57.22 | 80.51 | 106.29 | - |
| YUV | 203.46 | 156.52 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 255 | 254 | 0.67 | 0 | 0.00 | 0 | 179.65 | 1 | 0.66 |
| Hex | 53 | FF | FE | 43 | 0 | 0 | 0 | B4 | 64 | 42 |
| Octal | 123 | 377 | 376 | 103 | 0 | 0 | 0 | 264 | 144 | 102 |
| Binary | 1010011 | 11111111 | 11111110 | 1000011 | 0 | 0 | 0 | 10110100 | 1100100 | 1000010 |
Color Harmonies of #53FFFE
Complementary color
Monochromatic Colors of #53FFFE
Black with #53FFFE
Text Example
Text Example
White with #53FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53FFFE; }
p { color: rgb(83,255,254); }
H1.HeaderClassName
{
color: #53FFFE;
}
.AnyTagClassName
{
color: #53FFFE;
}
</style>
background-color css
<style>
a { background-color: #53FFFE; }
a { background-color: rgb(83,255,254); }
div.DivClassName
{
background-color: #53FFFE;
}
.BgClassName
{
background-color: #53FFFE;
}
</style>
border-color css
<style>
span { border-color: #53FFFE; }
span { border-color: rgb(83,255,254); }
td.TdClassName
{
border-color: #53FFFE;
}
.TagClassName
{
border-color: #53FFFE;
}
</style>