Html Css Color HEX #53ECF9 Baby Blue

📋 copy color: '#53ECF9'

red 83 ◦ green 236 ◦ blue 249

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

Shades of Baby Blue #53ECF9

Tints of Baby Blue #53ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

 BLUE value IS 249 (97.66% from 255) = 43.84%

R = 14.61%
G = 41.55%
B = 43.84%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#53ECF9 (or 0x53ECF9) is known color: Baby Blue. HEX triplet: 53, EC and F9. RGB value is (83,236,249). Sum of RGB (Red+Green+Blue) = 83+236+249=568 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.61% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 249 - color contains mainly: blue. Hex color #53ECF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECF9 is #AC1306. Grayscale: #BFBFBF. Windows color (decimal): -11277063 or 16378963. OLE color: 16378963.

HSL color Cylindrical-coordinate representation of color #53ECF9: hue angle of 184.7º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53ECF9 is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 236 249 -
CMYK 0.67 0.05 0 0.02
HSL 184.7º 0.93% 0.65% -
HSV(B) 184.7º 0.67% 0.98% -
XYZ 50.66 68.67 100.21 -
YUV 191.74 160.31 50.44 -
System Red Green Blue C M Y K H S L
Decimal 83 236 249 0.67 0.05 0 0.02 184.7 0.93 0.65
Hex 53 EC F9 43 5 0 2 B9 5D 41
Octal 123 354 371 103 5 0 2 271 135 101
Binary 1010011 11101100 11111001 1000011 101 0 10 10111001 1011101 1000001

Color Harmonies of #53ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECF9

Black with #53ECF9

Text Example


Text Example

White with #53ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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