#58AFDD

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

Shades of Malibu #58AFDD

Tints of Malibu #58AFDD

Color information

#58AFDD (or 0x58AFDD) is unknown color: approx Malibu. HEX triplet: 58, AF and DD. RGB value is (88,175,221). Sum of RGB (Red+Green+Blue) = 88+175+221=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #58AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58AFDD is #A75022. Grayscale: #999999. Windows color (decimal): -10965027 or 14528344. OLE color: 14528344.

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

Color convert

RGB88175221-
CMYK0.600.2100.13
HSL200.75º66.17%60.59%-
HSV(B)200.75º60.18%86.67%-
XYZ32.4137.9674.02-
YUV154.23165.6880.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.18%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=18.18%
G=36.16%
B=45.66%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal881752210.600.2100.13200.7566.1760.59
Hex58AFDD3C150Dc9423d
Octal130257335742501531110275
Binary101100010101111110111011111001010101101110010011000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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