Html Css Color HEX #53EEFA Baby Blue

📋 copy color: '#53EEFA'

red 83 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #53EEFA

Tints of Baby Blue #53EEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.68%

 BLUE value IS 250 (98.05% from 255) = 43.78%

R = 14.54%
G = 41.68%
B = 43.78%

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

#53EEFA (or 0x53EEFA) is known color: Baby Blue. HEX triplet: 53, EE and FA. RGB value is (83,238,250). Sum of RGB (Red+Green+Blue) = 83+238+250=571 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.54% from 571); Green value is 238 (93.36% from 255 or 41.68% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #53EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53EEFA is #AC1105. Grayscale: #C0C0C0. Windows color (decimal): -11276550 or 16445011. OLE color: 16445011.

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

Color convert

RGB 83 238 250 -
CMYK 0.67 0.05 0 0.02
HSL 184.31º 0.94% 0.65% -
HSV(B) 184.31º 0.67% 0.98% -
XYZ 51.4 69.89 101.22 -
YUV 193.02 160.15 49.52 -
System Red Green Blue C M Y K H S L
Decimal 83 238 250 0.67 0.05 0 0.02 184.31 0.94 0.65
Hex 53 EE FA 43 5 0 2 B8 5E 41
Octal 123 356 372 103 5 0 2 270 136 101
Binary 1010011 11101110 11111010 1000011 101 0 10 10111000 1011110 1000001

Color Harmonies of #53EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53EEFA

Black with #53EEFA

Text Example


Text Example

White with #53EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,238,250); }

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

background-color css

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

 a { background-color: rgb(83,238,250); }

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

border-color css

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

 span { border-color: rgb(83,238,250); }

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