#58CEFF

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

Shades of Maya Blue #58CEFF

Tints of Maya Blue #58CEFF

Color information

#58CEFF (or 0x58CEFF) is unknown color: approx Maya Blue. HEX triplet: 58, CE and FF. RGB value is (88,206,255). Sum of RGB (Red+Green+Blue) = 88+206+255=549 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.03% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #58CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CEFF is #A73100. Grayscale: #AFAFAF. Windows color (decimal): -10957057 or 16764504. OLE color: 16764504.

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

Color convert

RGB88206255-
CMYK0.650.1900
HSL197.6º100%67.25%-
HSV(B)197.6º65.49%100%-
XYZ44.1553.44102.6-
YUV176.3172.4165.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.03%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 255 (100% from 255) = 46.45%
R=16.03%
G=37.52%
B=46.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal882062550.650.1900197.610067.25
Hex58CEFF411300c66443
Octal1303163771012300306144103
Binary10110001100111011111111100000110011001100011011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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