Html Css Color HEX #53FDE8 Baby Blue

📋 copy color: '#53FDE8'

red 83 ◦ green 253 ◦ blue 232

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

Shades of Baby Blue #53FDE8

Tints of Baby Blue #53FDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.85%

R = 14.61%
G = 44.54%
B = 40.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#53FDE8 (or 0x53FDE8) is known color: Baby Blue. HEX triplet: 53, FD and E8. RGB value is (83,253,232). Sum of RGB (Red+Green+Blue) = 83+253+232=568 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.61% from 568); Green value is 253 (99.22% from 255 or 44.54% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FDE8 is #AC0217. Grayscale: #C7C7C7. Windows color (decimal): -11272728 or 15269203. OLE color: 15269203.

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

Color convert

RGB 83 253 232 -
CMYK 0.67 0 0.08 0.01
HSL 172.59º 0.98% 0.66% -
HSV(B) 172.59º 0.67% 0.99% -
XYZ 53.26 77.92 88.58 -
YUV 199.78 146.18 44.71 -
System Red Green Blue C M Y K H S L
Decimal 83 253 232 0.67 0 0.08 0.01 172.59 0.98 0.66
Hex 53 FD E8 43 0 8 1 AD 62 42
Octal 123 375 350 103 0 10 1 255 142 102
Binary 1010011 11111101 11101000 1000011 0 1000 1 10101101 1100010 1000010

Color Harmonies of #53FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDE8

Black with #53FDE8

Text Example


Text Example

White with #53FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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