Html Css Color HEX #53FFEF Baby Blue

📋 copy color: '#53FFEF'

red 83 ◦ green 255 ◦ blue 239

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

Shades of Baby Blue #53FFEF

Tints of Baby Blue #53FFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 14.38%
G = 44.19%
B = 41.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#53FFEF (or 0x53FFEF) is known color: Baby Blue. HEX triplet: 53, FF and EF. RGB value is (83,255,239). Sum of RGB (Red+Green+Blue) = 83+255+239=577 (76% of max value = 765). Red value is 83 (32.81% from 255 or 14.38% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FFEF is #AC0010. Grayscale: #C9C9C9. Windows color (decimal): -11272209 or 15728467. OLE color: 15728467.

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

Color convert

RGB 83 255 239 -
CMYK 0.67 0 0.06 0
HSL 174.42º 1% 0.66% -
HSV(B) 174.42º 0.67% 1% -
XYZ 54.91 79.59 94.13 -
YUV 201.75 149.02 43.3 -
System Red Green Blue C M Y K H S L
Decimal 83 255 239 0.67 0 0.06 0 174.42 1 0.66
Hex 53 FF EF 43 0 6 0 AE 64 42
Octal 123 377 357 103 0 6 0 256 144 102
Binary 1010011 11111111 11101111 1000011 0 110 0 10101110 1100100 1000010

Color Harmonies of #53FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFEF

Black with #53FFEF

Text Example


Text Example

White with #53FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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