Html Css Color HEX #53FDF4 Baby Blue

📋 copy color: '#53FDF4'

red 83 ◦ green 253 ◦ blue 244

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

Shades of Baby Blue #53FDF4

Tints of Baby Blue #53FDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.07%

R = 14.31%
G = 43.62%
B = 42.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#53FDF4 (or 0x53FDF4) is known color: Baby Blue. HEX triplet: 53, FD and F4. RGB value is (83,253,244). Sum of RGB (Red+Green+Blue) = 83+253+244=580 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.31% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #53FDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FDF4 is #AC020B. Grayscale: #C9C9C9. Windows color (decimal): -11272716 or 16055635. OLE color: 16055635.

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

Color convert

RGB 83 253 244 -
CMYK 0.67 0 0.04 0.01
HSL 176.82º 0.98% 0.66% -
HSV(B) 176.82º 0.67% 0.99% -
XYZ 55.02 78.62 97.86 -
YUV 201.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 83 253 244 0.67 0 0.04 0.01 176.82 0.98 0.66
Hex 53 FD F4 43 0 4 1 B1 62 42
Octal 123 375 364 103 0 4 1 261 142 102
Binary 1010011 11111101 11110100 1000011 0 100 1 10110001 1100010 1000010

Color Harmonies of #53FDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FDF4

Black with #53FDF4

Text Example


Text Example

White with #53FDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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