#58C9DD

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

Shades of Malibu #58C9DD

Tints of Malibu #58C9DD

Color information

#58C9DD (or 0x58C9DD) is unknown color: approx Malibu. HEX triplet: 58, C9 and DD. RGB value is (88,201,221). Sum of RGB (Red+Green+Blue) = 88+201+221=510 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.25% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #58C9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58C9DD is #A73622. Grayscale: #A9A9A9. Windows color (decimal): -10958371 or 14535000. OLE color: 14535000.

HSL color Cylindrical-coordinate representation of color #58C9DD: hue angle of 189.02º degrees, saturation: 0.66, 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 #58C9DD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB88201221-
CMYK0.600.0900.13
HSL189.02º66.17%60.59%-
HSV(B)189.02º60.18%86.67%-
XYZ37.9649.0775.88-
YUV169.49157.0669.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.25%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=17.25%
G=39.41%
B=43.33%

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
Decimal882012210.600.0900.13189.0266.1760.59
Hex58C9DD3C90Dbd423d
Octal130311335741101527510275
Binary10110001100100111011101111100100101101101111011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58C9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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