#58F1FF

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

Shades of Baby Blue #58F1FF

Tints of Baby Blue #58F1FF

Color information

#58F1FF (or 0x58F1FF) is unknown color: approx Baby Blue. HEX triplet: 58, F1 and FF. RGB value is (88,241,255). Sum of RGB (Red+Green+Blue) = 88+241+255=584 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.07% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #58F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F1FF is #A70E00. Grayscale: #C4C4C4. Windows color (decimal): -10948097 or 16773464. OLE color: 16773464.

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

Color convert

RGB88241255-
CMYK0.650.0500
HSL185.03º100%67.25%-
HSV(B)185.03º65.49%100%-
XYZ53.5372.21105.72-
YUV196.85160.8150.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.07%
GREEN value IS 241 (94.53% from 255) = 41.27%
BLUE value IS 255 (100% from 255) = 43.66%
R=15.07%
G=41.27%
B=43.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882412550.650.0500185.0310067.25
Hex58F1FF41500b96443
Octal130361377101500271144103
Binary101100011110001111111111000001101001011100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58F1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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