#58F9EA

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

Shades of Baby Blue #58F9EA

Tints of Baby Blue #58F9EA

Color information

#58F9EA (or 0x58F9EA) is unknown color: approx Baby Blue. HEX triplet: 58, F9 and EA. RGB value is (88,249,234). Sum of RGB (Red+Green+Blue) = 88+249+234=571 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.41% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F9EA is #A70615. Grayscale: #C7C7C7. Windows color (decimal): -10946070 or 15399256. OLE color: 15399256.

HSL color Cylindrical-coordinate representation of color #58F9EA: hue angle of 174.41º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F9EA is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB88249234-
CMYK0.6500.060.02
HSL174.41º93.06%66.08%-
HSV(B)174.41º64.66%97.65%-
XYZ52.7575.7789.69-
YUV199.15147.6648.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.41%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=15.41%
G=43.61%
B=40.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882492340.6500.060.02174.4193.0666.08
Hex58F9EA41062ae5d42
Octal130371352101062256135102
Binary1011000111110011110101010000010110101010111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,249,234); }

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

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

 a { background-color: rgb(88,249,234); }

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

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

 span { border-color: rgb(88,249,234); }

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