Html Css Color HEX #53FDE5 Baby Blue

📋 copy color: '#53FDE5'

red 83 ◦ green 253 ◦ blue 229

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

Shades of Baby Blue #53FDE5

Tints of Baby Blue #53FDE5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.78%

 BLUE value IS 229 (89.84% from 255) = 40.53%

R = 14.69%
G = 44.78%
B = 40.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#53FDE5 (or 0x53FDE5) is known color: Baby Blue. HEX triplet: 53, FD and E5. RGB value is (83,253,229). Sum of RGB (Red+Green+Blue) = 83+253+229=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FDE5 is #AC021A. Grayscale: #C7C7C7. Windows color (decimal): -11272731 or 15072595. OLE color: 15072595.

HSL color Cylindrical-coordinate representation of color #53FDE5: hue angle of 171.53º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FDE5 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 253 229 -
CMYK 0.67 0 0.09 0.01
HSL 171.53º 0.98% 0.66% -
HSV(B) 171.53º 0.67% 0.99% -
XYZ 52.84 77.75 86.35 -
YUV 199.43 144.68 44.95 -
System Red Green Blue C M Y K H S L
Decimal 83 253 229 0.67 0 0.09 0.01 171.53 0.98 0.66
Hex 53 FD E5 43 0 9 1 AC 62 42
Octal 123 375 345 103 0 11 1 254 142 102
Binary 1010011 11111101 11100101 1000011 0 1001 1 10101100 1100010 1000010

Color Harmonies of #53FDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDE5

Black with #53FDE5

Text Example


Text Example

White with #53FDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,253,229); }

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

background-color css

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

 a { background-color: rgb(83,253,229); }

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

border-color css

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

 span { border-color: rgb(83,253,229); }

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