#58D1FD

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

Shades of Maya Blue #58D1FD

Tints of Maya Blue #58D1FD

Color information

#58D1FD (or 0x58D1FD) is unknown color: approx Maya Blue. HEX triplet: 58, D1 and FD. RGB value is (88,209,253). Sum of RGB (Red+Green+Blue) = 88+209+253=550 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #58D1FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D1FD is #A72E02. Grayscale: #B1B1B1. Windows color (decimal): -10956291 or 16634200. OLE color: 16634200.

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

Color convert

RGB88209253-
CMYK0.650.1700.01
HSL196º97.63%66.86%-
HSV(B)196º65.22%99.22%-
XYZ44.5554.77101.15-
YUV177.84170.4163.92-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 253 (99.22% from 255) = 46%
R=16%
G=38%
B=46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882092530.650.1700.0119697.6366.86
Hex58D1FD411101c46243
Octal1303213751012101304142103
Binary10110001101000111111101100000110001011100010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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