Html Css Color HEX #53F4EF Baby Blue

📋 copy color: '#53F4EF'

red 83 ◦ green 244 ◦ blue 239

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

Shades of Baby Blue #53F4EF

Tints of Baby Blue #53F4EF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.11%

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

R = 14.66%
G = 43.11%
B = 42.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#53F4EF (or 0x53F4EF) is known color: Baby Blue. HEX triplet: 53, F4 and EF. RGB value is (83,244,239). Sum of RGB (Red+Green+Blue) = 83+244+239=566 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.66% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #53F4EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F4EF is #AC0B10. Grayscale: #C3C3C3. Windows color (decimal): -11275025 or 15725651. OLE color: 15725651.

HSL color Cylindrical-coordinate representation of color #53F4EF: hue angle of 178.14º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F4EF is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 83 244 239 -
CMYK 0.66 0 0.02 0.04
HSL 178.14º 0.88% 0.64% -
HSV(B) 178.14º 0.66% 0.96% -
XYZ 51.5 72.77 92.99 -
YUV 195.29 152.66 47.91 -
System Red Green Blue C M Y K H S L
Decimal 83 244 239 0.66 0 0.02 0.04 178.14 0.88 0.64
Hex 53 F4 EF 42 0 2 4 B2 58 40
Octal 123 364 357 102 0 2 4 262 130 100
Binary 1010011 11110100 11101111 1000010 0 10 100 10110010 1011000 1000000

Color Harmonies of #53F4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F4EF

Black with #53F4EF

Text Example


Text Example

White with #53F4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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