Html Css Color HEX #58FFEB Baby Blue

📋 copy color: '#58FFEB'

red 88 ◦ green 255 ◦ blue 235

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

Shades of Baby Blue #58FFEB

Tints of Baby Blue #58FFEB

RGB

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

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

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

R = 15.22%
G = 44.12%
B = 40.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#58FFEB (or 0x58FFEB) is known color: Baby Blue. HEX triplet: 58, FF and EB. RGB value is (88,255,235). Sum of RGB (Red+Green+Blue) = 88+255+235=578 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.22% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #58FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FFEB is #A70014. Grayscale: #CACACA. Windows color (decimal): -10944533 or 15466328. OLE color: 15466328.

HSL color Cylindrical-coordinate representation of color #58FFEB: hue angle of 172.81º 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 #58FFEB is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 88 255 235 -
CMYK 0.65 0 0.08 0
HSL 172.81º 1% 0.67% -
HSV(B) 172.81º 0.65% 1% -
XYZ 54.78 79.59 91.07 -
YUV 202.79 146.17 46.13 -
System Red Green Blue C M Y K H S L
Decimal 88 255 235 0.65 0 0.08 0 172.81 1 0.67
Hex 58 FF EB 41 0 8 0 AD 64 43
Octal 130 377 353 101 0 10 0 255 144 103
Binary 1011000 11111111 11101011 1000001 0 1000 0 10101101 1100100 1000011

Color Harmonies of #58FFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FFEB

Black with #58FFEB

Text Example


Text Example

White with #58FFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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