Shades of Baby Blue #53EFFE
Tints of Baby Blue #53EFFE
RGB
CMYK
RGB Variations
Color information
#53EFFE (or 0x53EFFE) is known color: Baby Blue. HEX triplet: 53, EF and FE. RGB value is (83,239,254). Sum of RGB (Red+Green+Blue) = 83+239+254=576 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.41% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #53EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EFFE is #AC1001. Grayscale: #C1C1C1. Windows color (decimal): -11276290 or 16707411. OLE color: 16707411.
HSL color Cylindrical-coordinate representation of color #53EFFE: hue angle of 185.26º 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 #53EFFE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 239 | 254 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.00 |
| HSL | 185.26º | 0.99% | 0.66% | - |
| HSV(B) | 185.26º | 0.67% | 1% | - |
| XYZ | 52.32 | 70.73 | 104.66 | - |
| YUV | 194.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 239 | 254 | 0.67 | 0.06 | 0 | 0.00 | 185.26 | 0.99 | 0.66 |
| Hex | 53 | EF | FE | 43 | 6 | 0 | 0 | B9 | 63 | 42 |
| Octal | 123 | 357 | 376 | 103 | 6 | 0 | 0 | 271 | 143 | 102 |
| Binary | 1010011 | 11101111 | 11111110 | 1000011 | 110 | 0 | 0 | 10111001 | 1100011 | 1000010 |
Color Harmonies of #53EFFE
Complementary color
Monochromatic Colors of #53EFFE
Black with #53EFFE
Text Example
Text Example
White with #53EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EFFE; }
p { color: rgb(83,239,254); }
H1.HeaderClassName
{
color: #53EFFE;
}
.AnyTagClassName
{
color: #53EFFE;
}
</style>
background-color css
<style>
a { background-color: #53EFFE; }
a { background-color: rgb(83,239,254); }
div.DivClassName
{
background-color: #53EFFE;
}
.BgClassName
{
background-color: #53EFFE;
}
</style>
border-color css
<style>
span { border-color: #53EFFE; }
span { border-color: rgb(83,239,254); }
td.TdClassName
{
border-color: #53EFFE;
}
.TagClassName
{
border-color: #53EFFE;
}
</style>