#58F5FB

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

Shades of Baby Blue #58F5FB

Tints of Baby Blue #58F5FB

Color information

#58F5FB (or 0x58F5FB) is unknown color: approx Baby Blue. HEX triplet: 58, F5 and FB. RGB value is (88,245,251). Sum of RGB (Red+Green+Blue) = 88+245+251=584 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.07% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #58F5FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F5FB is #A70A04. Grayscale: #C6C6C6. Windows color (decimal): -10947077 or 16512344. OLE color: 16512344.

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

Color convert

RGB88245251-
CMYK0.650.0200.02
HSL182.21º95.32%66.47%-
HSV(B)182.21º64.94%98.43%-
XYZ54.0974.34102.77-
YUV198.74157.4949.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.07%
GREEN value IS 245 (96.09% from 255) = 41.95%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=15.07%
G=41.95%
B=42.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882452510.650.0200.02182.2195.3266.47
Hex58F5FB41202b65f42
Octal130365373101202266137102
Binary101100011110101111110111000001100101011011010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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