#58BCFE

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

Shades of Maya Blue #58BCFE

Tints of Maya Blue #58BCFE

Color information

#58BCFE (or 0x58BCFE) is unknown color: approx Maya Blue. HEX triplet: 58, BC and FE. RGB value is (88,188,254). Sum of RGB (Red+Green+Blue) = 88+188+254=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #58BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCFE is #A74301. Grayscale: #A5A5A5. Windows color (decimal): -10961666 or 16694360. OLE color: 16694360.

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

Color convert

RGB88188254-
CMYK0.650.2600.00
HSL203.86º98.81%67.06%-
HSV(B)203.86º65.35%99.61%-
XYZ39.945.2100.39-
YUV165.62177.8772.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.60%
GREEN value IS 188 (73.83% from 255) = 35.47%
BLUE value IS 254 (99.61% from 255) = 47.92%
R=16.60%
G=35.47%
B=47.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal881882540.650.2600.00203.8698.8167.06
Hex58BCFE411A00cc6343
Octal1302743761013200314143103
Binary10110001011110011111110100000111010001100110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,188,254); }

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

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

 a { background-color: rgb(88,188,254); }

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

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

 span { border-color: rgb(88,188,254); }

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