#58C1F9

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

Shades of Maya Blue #58C1F9

Tints of Maya Blue #58C1F9

Color information

#58C1F9 (or 0x58C1F9) is unknown color: approx Maya Blue. HEX triplet: 58, C1 and F9. RGB value is (88,193,249). Sum of RGB (Red+Green+Blue) = 88+193+249=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #58C1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C1F9 is #A73E06. Grayscale: #A7A7A7. Windows color (decimal): -10960391 or 16367960. OLE color: 16367960.

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

Color convert

RGB88193249-
CMYK0.650.2200.02
HSL200.87º93.06%66.08%-
HSV(B)200.87º64.66%97.65%-
XYZ40.1947.0596.59-
YUV167.99173.7170.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.60%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 249 (97.66% from 255) = 46.98%
R=16.60%
G=36.42%
B=46.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal881932490.650.2200.02200.8793.0666.08
Hex58C1F9411602c95d42
Octal1303013711012602311135102
Binary101100011000001111110011000001101100101100100110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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