#58F3EB

Color #58F3EB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #58F3EB

Tints of Baby Blue #58F3EB

Color information

#58F3EB (or 0x58F3EB) is unknown color: approx Baby Blue. HEX triplet: 58, F3 and EB. RGB value is (88,243,235). Sum of RGB (Red+Green+Blue) = 88+243+235=566 (74% of max value = 765). Red value is 88 (34.77% from 255 or 15.55% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #58F3EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F3EB is #A70C14. Grayscale: #C3C3C3. Windows color (decimal): -10947605 or 15463256. OLE color: 15463256.

HSL color Cylindrical-coordinate representation of color #58F3EB: hue angle of 176.9º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F3EB is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB88243235-
CMYK0.6400.030.05
HSL176.9º86.59%64.9%-
HSV(B)176.9º63.79%95.29%-
XYZ51.0772.1789.84-
YUV195.74150.1551.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.55%
GREEN value IS 243 (95.31% from 255) = 42.93%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=15.55%
G=42.93%
B=41.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal882432350.6400.030.05176.986.5964.9
Hex58F3EB40035b15741
Octal130363353100035261127101
Binary1011000111100111110101110000000111011011000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58F3EB;
 }
 .AnyTagClassName
 {
   color: #58F3EB;
 }
</style>
background-color css

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

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

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

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

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

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