Html Css Color HEX #53EDF9 Baby Blue

📋 copy color: '#53EDF9'

red 83 ◦ green 237 ◦ blue 249

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

Shades of Baby Blue #53EDF9

Tints of Baby Blue #53EDF9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.65%

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

R = 14.59%
G = 41.65%
B = 43.76%

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

#53EDF9 (or 0x53EDF9) is known color: Baby Blue. HEX triplet: 53, ED and F9. RGB value is (83,237,249). Sum of RGB (Red+Green+Blue) = 83+237+249=569 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.59% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #53EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EDF9 is #AC1206. Grayscale: #C0C0C0. Windows color (decimal): -11276807 or 16379219. OLE color: 16379219.

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

Color convert

RGB 83 237 249 -
CMYK 0.67 0.05 0 0.02
HSL 184.34º 0.93% 0.65% -
HSV(B) 184.34º 0.67% 0.98% -
XYZ 50.95 69.25 100.3 -
YUV 192.32 159.98 50.02 -
System Red Green Blue C M Y K H S L
Decimal 83 237 249 0.67 0.05 0 0.02 184.34 0.93 0.65
Hex 53 ED F9 43 5 0 2 B8 5D 41
Octal 123 355 371 103 5 0 2 270 135 101
Binary 1010011 11101101 11111001 1000011 101 0 10 10111000 1011101 1000001

Color Harmonies of #53EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EDF9

Black with #53EDF9

Text Example


Text Example

White with #53EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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