#58CBFA

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

Shades of Maya Blue #58CBFA

Tints of Maya Blue #58CBFA

Color information

#58CBFA (or 0x58CBFA) is unknown color: approx Maya Blue. HEX triplet: 58, CB and FA. RGB value is (88,203,250). Sum of RGB (Red+Green+Blue) = 88+203+250=541 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.27% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #58CBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CBFA is #A73405. Grayscale: #ADADAD. Windows color (decimal): -10957830 or 16436056. OLE color: 16436056.

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

Color convert

RGB88203250-
CMYK0.650.1900.02
HSL197.41º94.19%66.27%-
HSV(B)197.41º64.8%98.04%-
XYZ42.6451.6998.17-
YUV173.97170.966.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.27%
GREEN value IS 203 (79.69% from 255) = 37.52%
BLUE value IS 250 (98.05% from 255) = 46.21%
R=16.27%
G=37.52%
B=46.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882032500.650.1900.02197.4194.1966.27
Hex58CBFA411302c55e42
Octal1303133721012302305136102
Binary101100011001011111110101000001100110101100010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,203,250); }

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

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

 a { background-color: rgb(88,203,250); }

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

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

 span { border-color: rgb(88,203,250); }

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