Html Css Color HEX #53FEEB Baby Blue

📋 copy color: '#53FEEB'

red 83 ◦ green 254 ◦ blue 235

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

Shades of Baby Blue #53FEEB

Tints of Baby Blue #53FEEB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.41%

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 14.51%
G = 44.41%
B = 41.08%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#53FEEB (or 0x53FEEB) is known color: Baby Blue. HEX triplet: 53, FE and EB. RGB value is (83,254,235). Sum of RGB (Red+Green+Blue) = 83+254+235=572 (75% of max value = 765). Red value is 83 (32.81% from 255 or 14.51% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #53FEEB is #AC0114. Grayscale: #C8C8C8. Windows color (decimal): -11272469 or 15466067. OLE color: 15466067.

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

Color convert

RGB 83 254 235 -
CMYK 0.67 0 0.07 0.00
HSL 173.33º 0.99% 0.66% -
HSV(B) 173.33º 0.67% 1% -
XYZ 54 78.72 90.95 -
YUV 200.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 83 254 235 0.67 0 0.07 0.00 173.33 0.99 0.66
Hex 53 FE EB 43 0 7 0 AD 63 42
Octal 123 376 353 103 0 7 0 255 143 102
Binary 1010011 11111110 11101011 1000011 0 111 0 10101101 1100011 1000010

Color Harmonies of #53FEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEEB

Black with #53FEEB

Text Example


Text Example

White with #53FEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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