#58D0FF

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

Shades of Maya Blue #58D0FF

Tints of Maya Blue #58D0FF

Color information

#58D0FF (or 0x58D0FF) is unknown color: approx Maya Blue. HEX triplet: 58, D0 and FF. RGB value is (88,208,255). Sum of RGB (Red+Green+Blue) = 88+208+255=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #58D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D0FF is #A72F00. Grayscale: #B1B1B1. Windows color (decimal): -10956545 or 16765016. OLE color: 16765016.

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

Color convert

RGB88208255-
CMYK0.650.1800
HSL196.89º100%67.25%-
HSV(B)196.89º65.49%100%-
XYZ44.6354.41102.76-
YUV177.48171.7464.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.97%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 255 (100% from 255) = 46.28%
R=15.97%
G=37.75%
B=46.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882082550.650.1800196.8910067.25
Hex58D0FF411200c56443
Octal1303203771012200305144103
Binary10110001101000011111111100000110010001100010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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