#53EBFB

Color #53EBFB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #53EBFB

Tints of Baby Blue #53EBFB

Color information

#53EBFB (or 0x53EBFB) is unknown color: approx Baby Blue. HEX triplet: 53, EB and FB. RGB value is (83,235,251). Sum of RGB (Red+Green+Blue) = 83+235+251=569 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.59% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #53EBFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EBFB is #AC1404. Grayscale: #BFBFBF. Windows color (decimal): -11277317 or 16509779. OLE color: 16509779.

HSL color Cylindrical-coordinate representation of color #53EBFB: hue angle of 185.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53EBFB is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB83235251-
CMYK0.670.0600.02
HSL185.71º95.45%65.49%-
HSV(B)185.71º66.93%98.43%-
XYZ50.6968.22101.76-
YUV191.38161.6450.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 14.59%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=14.59%
G=41.30%
B=44.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal832352510.670.0600.02185.7195.4565.49
Hex53EBFB43602ba5f41
Octal123353373103602272137101
Binary1010011111010111111101110000111100101011101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53EBFB; }

 p { color: rgb(83,235,251); }

 H1.HeaderClassName
 {
   color: #53EBFB;
 }
 .AnyTagClassName
 {
   color: #53EBFB;
 }
</style>
background-color css

<style>
 a { background-color: #53EBFB; }

 a { background-color: rgb(83,235,251); }

 div.DivClassName
 {
   background-color: #53EBFB;
 }
 .BgClassName
 {
   background-color: #53EBFB;
 }
</style>
border-color css

<style>
 span { border-color: #53EBFB; }

 span { border-color: rgb(83,235,251); }

 td.TdClassName
 {
   border-color: #53EBFB;
 }
 .TagClassName
 {
   border-color: #53EBFB;
 }
</style>