#58FBF9

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

Shades of Baby Blue #58FBF9

Tints of Baby Blue #58FBF9

Color information

#58FBF9 (or 0x58FBF9) is unknown color: approx Baby Blue. HEX triplet: 58, FB and F9. RGB value is (88,251,249). Sum of RGB (Red+Green+Blue) = 88+251+249=588 (77% of max value = 765). Red value is 88 (34.77% from 255 or 14.97% from 588); Green value is 251 (98.44% from 255 or 42.69% from 588); Blue value is 249 (97.66% from 255 or 42.35% from 588); Max value from RGB is 251 - color contains mainly: green. Hex color #58FBF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FBF9 is #A70406. Grayscale: #C9C9C9. Windows color (decimal): -10945543 or 16382808. OLE color: 16382808.

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

Color convert

RGB88251249-
CMYK0.6500.010.02
HSL179.26º95.32%66.47%-
HSV(B)179.26º64.94%98.43%-
XYZ55.6277.91101.73-
YUV202.04154.546.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 14.97%
GREEN value IS 251 (98.44% from 255) = 42.69%
BLUE value IS 249 (97.66% from 255) = 42.35%
R=14.97%
G=42.69%
B=42.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882512490.6500.010.02179.2695.3266.47
Hex58FBF941012b35f42
Octal130373371101012263137102
Binary10110001111101111111001100000101101011001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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