Html Css Color HEX #53ECFE Baby Blue

📋 copy color: '#53ECFE'

red 83 ◦ green 236 ◦ blue 254

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

Shades of Baby Blue #53ECFE

Tints of Baby Blue #53ECFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 14.49%
G = 41.19%
B = 44.33%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#53ECFE (or 0x53ECFE) is known color: Baby Blue. HEX triplet: 53, EC and FE. RGB value is (83,236,254). Sum of RGB (Red+Green+Blue) = 83+236+254=573 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.49% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #53ECFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53ECFE is #AC1301. Grayscale: #C0C0C0. Windows color (decimal): -11277058 or 16706643. OLE color: 16706643.

HSL color Cylindrical-coordinate representation of color #53ECFE: hue angle of 186.32º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53ECFE is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 83 236 254 -
CMYK 0.67 0.07 0 0.00
HSL 186.32º 0.99% 0.66% -
HSV(B) 186.32º 0.67% 1% -
XYZ 51.45 68.99 104.37 -
YUV 192.31 162.81 50.04 -
System Red Green Blue C M Y K H S L
Decimal 83 236 254 0.67 0.07 0 0.00 186.32 0.99 0.66
Hex 53 EC FE 43 7 0 0 BA 63 42
Octal 123 354 376 103 7 0 0 272 143 102
Binary 1010011 11101100 11111110 1000011 111 0 0 10111010 1100011 1000010

Color Harmonies of #53ECFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ECFE

Black with #53ECFE

Text Example


Text Example

White with #53ECFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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