#58FDFF

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

Shades of Baby Blue #58FDFF

Tints of Baby Blue #58FDFF

Color information

#58FDFF (or 0x58FDFF) is unknown color: approx Baby Blue. HEX triplet: 58, FD and FF. RGB value is (88,253,255). Sum of RGB (Red+Green+Blue) = 88+253+255=596 (78% of max value = 765). Red value is 88 (34.77% from 255 or 14.77% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #58FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FDFF is #A70200. Grayscale: #CBCBCB. Windows color (decimal): -10945025 or 16776536. OLE color: 16776536.

HSL color Cylindrical-coordinate representation of color #58FDFF: hue angle of 180.72º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FDFF is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB88253255-
CMYK0.650.0100
HSL180.72º100%67.25%-
HSV(B)180.72º65.49%100%-
XYZ57.279.55106.95-
YUV203.89156.8445.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 14.77%
GREEN value IS 253 (99.22% from 255) = 42.45%
BLUE value IS 255 (100% from 255) = 42.79%
R=14.77%
G=42.45%
B=42.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882532550.650.0100180.7210067.25
Hex58FDFF41100b56443
Octal130375377101100265144103
Binary1011000111111011111111110000011001011010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,253,255); }

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

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

 a { background-color: rgb(88,253,255); }

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

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

 span { border-color: rgb(88,253,255); }

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