#58F9FB

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

Shades of Baby Blue #58F9FB

Tints of Baby Blue #58F9FB

Color information

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

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

Color convert

RGB88249251-
CMYK0.650.0100.02
HSL180.74º95.32%66.47%-
HSV(B)180.74º64.94%98.43%-
XYZ55.3176.79103.17-
YUV201.09156.1647.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882492510.650.0100.02180.7495.3266.47
Hex58F9FB41102b55f42
Octal130371373101102265137102
Binary10110001111100111111011100000110101011010110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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