#58C9DE

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

Shades of Malibu #58C9DE

Tints of Malibu #58C9DE

Color information

#58C9DE (or 0x58C9DE) is unknown color: approx Malibu. HEX triplet: 58, C9 and DE. RGB value is (88,201,222). Sum of RGB (Red+Green+Blue) = 88+201+222=511 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.22% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #58C9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C9DE is #A73621. Grayscale: #A9A9A9. Windows color (decimal): -10958370 or 14600536. OLE color: 14600536.

HSL color Cylindrical-coordinate representation of color #58C9DE: hue angle of 189.4º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58C9DE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88201222-
CMYK0.600.0900.13
HSL189.4º67%60.78%-
HSV(B)189.4º60.36%87.06%-
XYZ38.149.1276.58-
YUV169.61157.5669.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.22%
GREEN value IS 201 (78.91% from 255) = 39.33%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=17.22%
G=39.33%
B=43.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal882012220.600.0900.13189.46760.78
Hex58C9DE3C90Dbd433d
Octal130311336741101527510375
Binary10110001100100111011110111100100101101101111011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,201,222); }

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

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

 a { background-color: rgb(88,201,222); }

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

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

 span { border-color: rgb(88,201,222); }

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