Shades of Baby Blue #53EFFF
Tints of Baby Blue #53EFFF
RGB
CMYK
RGB Variations
Color information
#53EFFF (or 0x53EFFF) is known color: Baby Blue. HEX triplet: 53, EF and FF. RGB value is (83,239,255). Sum of RGB (Red+Green+Blue) = 83+239+255=577 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.38% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #53EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EFFF is #AC1000. Grayscale: #C1C1C1. Windows color (decimal): -11276289 or 16772947. OLE color: 16772947.
HSL color Cylindrical-coordinate representation of color #53EFFF: hue angle of 185.58º 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 #53EFFF is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 239 | 255 | - |
| CMYK | 0.67 | 0.06 | 0 | 0 |
| HSL | 185.58º | 1% | 0.66% | - |
| HSV(B) | 185.58º | 0.67% | 1% | - |
| XYZ | 52.48 | 70.79 | 105.51 | - |
| YUV | 194.18 | 162.32 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 239 | 255 | 0.67 | 0.06 | 0 | 0 | 185.58 | 1 | 0.66 |
| Hex | 53 | EF | FF | 43 | 6 | 0 | 0 | BA | 64 | 42 |
| Octal | 123 | 357 | 377 | 103 | 6 | 0 | 0 | 272 | 144 | 102 |
| Binary | 1010011 | 11101111 | 11111111 | 1000011 | 110 | 0 | 0 | 10111010 | 1100100 | 1000010 |
Color Harmonies of #53EFFF
Complementary color
Monochromatic Colors of #53EFFF
Black with #53EFFF
Text Example
Text Example
White with #53EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EFFF; }
p { color: rgb(83,239,255); }
H1.HeaderClassName
{
color: #53EFFF;
}
.AnyTagClassName
{
color: #53EFFF;
}
</style>
background-color css
<style>
a { background-color: #53EFFF; }
a { background-color: rgb(83,239,255); }
div.DivClassName
{
background-color: #53EFFF;
}
.BgClassName
{
background-color: #53EFFF;
}
</style>
border-color css
<style>
span { border-color: #53EFFF; }
span { border-color: rgb(83,239,255); }
td.TdClassName
{
border-color: #53EFFF;
}
.TagClassName
{
border-color: #53EFFF;
}
</style>