Html Css Color HEX #53F6EC Baby Blue

📋 copy color: '#53F6EC'

red 83 ◦ green 246 ◦ blue 236

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

Shades of Baby Blue #53F6EC

Tints of Baby Blue #53F6EC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.54%

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

R = 14.69%
G = 43.54%
B = 41.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#53F6EC (or 0x53F6EC) is known color: Baby Blue. HEX triplet: 53, F6 and EC. RGB value is (83,246,236). Sum of RGB (Red+Green+Blue) = 83+246+236=565 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.69% from 565); Green value is 246 (96.48% from 255 or 43.54% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 246 - color contains mainly: green. Hex color #53F6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53F6EC is #AC0913. Grayscale: #C4C4C4. Windows color (decimal): -11274516 or 15529555. OLE color: 15529555.

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

Color convert

RGB 83 246 236 -
CMYK 0.66 0 0.04 0.04
HSL 176.32º 0.9% 0.65% -
HSV(B) 176.32º 0.66% 0.96% -
XYZ 51.66 73.81 90.88 -
YUV 196.12 150.5 47.31 -
System Red Green Blue C M Y K H S L
Decimal 83 246 236 0.66 0 0.04 0.04 176.32 0.9 0.65
Hex 53 F6 EC 42 0 4 4 B0 5A 41
Octal 123 366 354 102 0 4 4 260 132 101
Binary 1010011 11110110 11101100 1000010 0 100 100 10110000 1011010 1000001

Color Harmonies of #53F6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53F6EC

Black with #53F6EC

Text Example


Text Example

White with #53F6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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