#55ACE5

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

Shades of Malibu #55ACE5

Tints of Malibu #55ACE5

Color information

#55ACE5 (or 0x55ACE5) is unknown color: approx Malibu. HEX triplet: 55, AC and E5. RGB value is (85,172,229). Sum of RGB (Red+Green+Blue) = 85+172+229=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #55ACE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ACE5 is #AA531A. Grayscale: #989898. Windows color (decimal): -11162395 or 15051861. OLE color: 15051861.

HSL color Cylindrical-coordinate representation of color #55ACE5: hue angle of 203.75º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55ACE5 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB85172229-
CMYK0.630.2500.10
HSL203.75º73.47%61.57%-
HSV(B)203.75º62.88%89.8%-
XYZ32.6437.0979.57-
YUV152.48171.1879.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.49%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 229 (89.84% from 255) = 47.12%
R=17.49%
G=35.39%
B=47.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal851722290.630.2500.10203.7573.4761.57
Hex55ACE53F190Acc493e
Octal125254345773101231411176
Binary101010110101100111001011111111100101010110011001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55ACE5; }

 p { color: rgb(85,172,229); }

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

<style>
 a { background-color: #55ACE5; }

 a { background-color: rgb(85,172,229); }

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

<style>
 span { border-color: #55ACE5; }

 span { border-color: rgb(85,172,229); }

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