Html Css Color HEX #53F7EC Baby Blue

📋 copy color: '#53F7EC'

red 83 ◦ green 247 ◦ blue 236

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

Shades of Baby Blue #53F7EC

Tints of Baby Blue #53F7EC

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.64%

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 14.66%
G = 43.64%
B = 41.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#53F7EC (or 0x53F7EC) is known color: Baby Blue. HEX triplet: 53, F7 and EC. RGB value is (83,247,236). Sum of RGB (Red+Green+Blue) = 83+247+236=566 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.66% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #53F7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F7EC is #AC0813. Grayscale: #C4C4C4. Windows color (decimal): -11274260 or 15529811. OLE color: 15529811.

HSL color Cylindrical-coordinate representation of color #53F7EC: hue angle of 175.98º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F7EC is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 83 247 236 -
CMYK 0.66 0 0.04 0.03
HSL 175.98º 0.91% 0.65% -
HSV(B) 175.98º 0.66% 0.97% -
XYZ 51.97 74.42 90.98 -
YUV 196.71 150.17 46.89 -
System Red Green Blue C M Y K H S L
Decimal 83 247 236 0.66 0 0.04 0.03 175.98 0.91 0.65
Hex 53 F7 EC 42 0 4 3 B0 5B 41
Octal 123 367 354 102 0 4 3 260 133 101
Binary 1010011 11110111 11101100 1000010 0 100 11 10110000 1011011 1000001

Color Harmonies of #53F7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F7EC

Black with #53F7EC

Text Example


Text Example

White with #53F7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,247,236); }

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

background-color css

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

 a { background-color: rgb(83,247,236); }

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

border-color css

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

 span { border-color: rgb(83,247,236); }

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