#58B1FF

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

Shades of Maya Blue #58B1FF

Tints of Maya Blue #58B1FF

Color information

#58B1FF (or 0x58B1FF) is unknown color: approx Maya Blue. HEX triplet: 58, B1 and FF. RGB value is (88,177,255). Sum of RGB (Red+Green+Blue) = 88+177+255=520 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.92% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #58B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58B1FF is #A74E00. Grayscale: #9E9E9E. Windows color (decimal): -10964481 or 16757080. OLE color: 16757080.

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

Color convert

RGB88177255-
CMYK0.650.3100
HSL208.02º100%67.25%-
HSV(B)208.02º65.49%100%-
XYZ37.840.74100.48-
YUV159.28182.0177.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.92%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 255 (100% from 255) = 49.04%
R=16.92%
G=34.04%
B=49.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal881772550.650.3100208.0210067.25
Hex58B1FF411F00d06443
Octal1302613771013700320144103
Binary10110001011000111111111100000111111001101000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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