Html Css Color HEX #58FFEC Baby Blue

📋 copy color: '#58FFEC'

red 88 ◦ green 255 ◦ blue 236

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

Shades of Baby Blue #58FFEC

Tints of Baby Blue #58FFEC

RGB

 RED value IS 88 (34.77% from 255) = 15.2%

 GREEN value IS 255 (100% from 255) = 44.04%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 15.2%
G = 44.04%
B = 40.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#58FFEC (or 0x58FFEC) is known color: Baby Blue. HEX triplet: 58, FF and EC. RGB value is (88,255,236). Sum of RGB (Red+Green+Blue) = 88+255+236=579 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.20% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FFEC is #A70013. Grayscale: #CACACA. Windows color (decimal): -10944532 or 15531864. OLE color: 15531864.

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

Color convert

RGB 88 255 236 -
CMYK 0.65 0 0.07 0
HSL 173.17º 1% 0.67% -
HSV(B) 173.17º 0.65% 1% -
XYZ 54.92 79.65 91.84 -
YUV 202.9 146.67 46.04 -
System Red Green Blue C M Y K H S L
Decimal 88 255 236 0.65 0 0.07 0 173.17 1 0.67
Hex 58 FF EC 41 0 7 0 AD 64 43
Octal 130 377 354 101 0 7 0 255 144 103
Binary 1011000 11111111 11101100 1000001 0 111 0 10101101 1100100 1000011

Color Harmonies of #58FFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FFEC

Black with #58FFEC

Text Example


Text Example

White with #58FFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58FFEC; }

 p { color: rgb(88,255,236); }

 H1.HeaderClassName
 {
   color: #58FFEC;
 }
 .AnyTagClassName
 {
   color: #58FFEC;
 }
</style>

background-color css

<style>
 a { background-color: #58FFEC; }

 a { background-color: rgb(88,255,236); }

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

border-color css

<style>
 span { border-color: #58FFEC; }

 span { border-color: rgb(88,255,236); }

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