#58FBEE

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

Shades of Baby Blue #58FBEE

Tints of Baby Blue #58FBEE

Color information

#58FBEE (or 0x58FBEE) is unknown color: approx Baby Blue. HEX triplet: 58, FB and EE. RGB value is (88,251,238). Sum of RGB (Red+Green+Blue) = 88+251+238=577 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.25% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FBEE is #A70411. Grayscale: #C8C8C8. Windows color (decimal): -10945554 or 15661912. OLE color: 15661912.

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

Color convert

RGB88251238-
CMYK0.6500.050.02
HSL175.21º95.32%66.47%-
HSV(B)175.21º64.94%98.43%-
XYZ53.9577.2492.95-
YUV200.7814947.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.25%
GREEN value IS 251 (98.44% from 255) = 43.50%
BLUE value IS 238 (93.36% from 255) = 41.25%
R=15.25%
G=43.50%
B=41.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882512380.6500.050.02175.2195.3266.47
Hex58FBEE41052af5f42
Octal130373356101052257137102
Binary1011000111110111110111010000010101101010111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,251,238); }

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

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

 a { background-color: rgb(88,251,238); }

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

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

 span { border-color: rgb(88,251,238); }

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