#58F9E9

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

Shades of Baby Blue #58F9E9

Tints of Baby Blue #58F9E9

Color information

#58F9E9 (or 0x58F9E9) is unknown color: approx Baby Blue. HEX triplet: 58, F9 and E9. RGB value is (88,249,233). Sum of RGB (Red+Green+Blue) = 88+249+233=570 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.44% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #58F9E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F9E9 is #A70616. Grayscale: #C6C6C6. Windows color (decimal): -10946071 or 15333720. OLE color: 15333720.

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

Color convert

RGB88249233-
CMYK0.6500.060.02
HSL174.04º93.06%66.08%-
HSV(B)174.04º64.66%97.65%-
XYZ52.6175.7188.93-
YUV199.04147.1648.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.44%
GREEN value IS 249 (97.66% from 255) = 43.68%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=15.44%
G=43.68%
B=40.88%

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
Decimal882492330.6500.060.02174.0493.0666.08
Hex58F9E941062ae5d42
Octal130371351101062256135102
Binary1011000111110011110100110000010110101010111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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