Html Css Color HEX #53FFEC Baby Blue

📋 copy color: '#53FFEC'

red 83 ◦ green 255 ◦ blue 236

#53FFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #53FFEC

Tints of Baby Blue #53FFEC

RGB

 RED value IS 83 (32.81% from 255) = 14.46%

 GREEN value IS 255 (100% from 255) = 44.43%

 BLUE value IS 236 (92.58% from 255) = 41.11%

R = 14.46%
G = 44.43%
B = 41.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#53FFEC (or 0x53FFEC) is known color: Baby Blue. HEX triplet: 53, FF and EC. RGB value is (83,255,236). Sum of RGB (Red+Green+Blue) = 83+255+236=574 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.46% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFEC is #AC0013. Grayscale: #C9C9C9. Windows color (decimal): -11272212 or 15531859. OLE color: 15531859.

HSL color Cylindrical-coordinate representation of color #53FFEC: hue angle of 173.37º 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 #53FFEC is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 236 -
CMYK 0.67 0 0.07 0
HSL 173.37º 1% 0.66% -
HSV(B) 173.37º 0.67% 1% -
XYZ 54.47 79.42 91.81 -
YUV 201.41 147.52 43.54 -
System Red Green Blue C M Y K H S L
Decimal 83 255 236 0.67 0 0.07 0 173.37 1 0.66
Hex 53 FF EC 43 0 7 0 AD 64 42
Octal 123 377 354 103 0 7 0 255 144 102
Binary 1010011 11111111 11101100 1000011 0 111 0 10101101 1100100 1000010

Color Harmonies of #53FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFEC

Black with #53FFEC

Text Example


Text Example

White with #53FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,255,236); }

 H1.HeaderClassName
 {
   color: #53FFEC;
 }
 .AnyTagClassName
 {
   color: #53FFEC;
 }
</style>

background-color css

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

 a { background-color: rgb(83,255,236); }

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

border-color css

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

 span { border-color: rgb(83,255,236); }

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