#58C5FD

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

Shades of Maya Blue #58C5FD

Tints of Maya Blue #58C5FD

Color information

#58C5FD (or 0x58C5FD) is unknown color: approx Maya Blue. HEX triplet: 58, C5 and FD. RGB value is (88,197,253). Sum of RGB (Red+Green+Blue) = 88+197+253=538 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.36% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #58C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C5FD is #A73A02. Grayscale: #AAAAAA. Windows color (decimal): -10959363 or 16631128. OLE color: 16631128.

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

Color convert

RGB88197253-
CMYK0.650.2200.01
HSL200.36º97.63%66.86%-
HSV(B)200.36º65.22%99.22%-
XYZ41.7249.1100.21-
YUV170.79174.3968.95-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.36%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 253 (99.22% from 255) = 47.03%
R=16.36%
G=36.62%
B=47.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal881972530.650.2200.01200.3697.6366.86
Hex58C5FD411601c86243
Octal1303053751012601310142103
Binary10110001100010111111101100000110110011100100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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