#58CDFD

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

Shades of Maya Blue #58CDFD

Tints of Maya Blue #58CDFD

Color information

#58CDFD (or 0x58CDFD) is unknown color: approx Maya Blue. HEX triplet: 58, CD and FD. RGB value is (88,205,253). Sum of RGB (Red+Green+Blue) = 88+205+253=546 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.12% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #58CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDFD is #A73202. Grayscale: #AFAFAF. Windows color (decimal): -10957315 or 16633176. OLE color: 16633176.

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

Color convert

RGB88205253-
CMYK0.650.1900.01
HSL197.45º97.63%66.86%-
HSV(B)197.45º65.22%99.22%-
XYZ43.5952.83100.83-
YUV175.49171.7465.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.12%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 253 (99.22% from 255) = 46.34%
R=16.12%
G=37.55%
B=46.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal882052530.650.1900.01197.4597.6366.86
Hex58CDFD411301c56243
Octal1303153751012301305142103
Binary10110001100110111111101100000110011011100010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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