#58CDFF

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

Shades of Maya Blue #58CDFF

Tints of Maya Blue #58CDFF

Color information

#58CDFF (or 0x58CDFF) is unknown color: approx Maya Blue. HEX triplet: 58, CD and FF. RGB value is (88,205,255). Sum of RGB (Red+Green+Blue) = 88+205+255=548 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.06% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #58CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CDFF is #A73200. Grayscale: #AFAFAF. Windows color (decimal): -10957313 or 16764248. OLE color: 16764248.

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

Color convert

RGB88205255-
CMYK0.650.2000
HSL197.96º100%67.25%-
HSV(B)197.96º65.49%100%-
XYZ43.9152.96102.52-
YUV175.72172.7465.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.06%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 255 (100% from 255) = 46.53%
R=16.06%
G=37.41%
B=46.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882052550.650.2000197.9610067.25
Hex58CDFF411400c66443
Octal1303153771012400306144103
Binary10110001100110111111111100000110100001100011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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