Html Css Color HEX #53FFEA Baby Blue

📋 copy color: '#53FFEA'

red 83 ◦ green 255 ◦ blue 234

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

Shades of Baby Blue #53FFEA

Tints of Baby Blue #53FFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.91%

R = 14.51%
G = 44.58%
B = 40.91%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#53FFEA (or 0x53FFEA) is known color: Baby Blue. HEX triplet: 53, FF and EA. RGB value is (83,255,234). Sum of RGB (Red+Green+Blue) = 83+255+234=572 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.51% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFEA is #AC0015. Grayscale: #C9C9C9. Windows color (decimal): -11272214 or 15400787. OLE color: 15400787.

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

Color convert

RGB 83 255 234 -
CMYK 0.67 0 0.08 0
HSL 172.67º 1% 0.66% -
HSV(B) 172.67º 0.67% 1% -
XYZ 54.18 79.3 90.29 -
YUV 201.18 146.52 43.71 -
System Red Green Blue C M Y K H S L
Decimal 83 255 234 0.67 0 0.08 0 172.67 1 0.66
Hex 53 FF EA 43 0 8 0 AD 64 42
Octal 123 377 352 103 0 10 0 255 144 102
Binary 1010011 11111111 11101010 1000011 0 1000 0 10101101 1100100 1000010

Color Harmonies of #53FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFEA

Black with #53FFEA

Text Example


Text Example

White with #53FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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