#55ade8

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

Shades of Malibu #55ADE8

Tints of Malibu #55ADE8

Color information

#55ADE8 (or 0x55ADE8) is unknown color: approx Malibu. HEX triplet: 55, AD and E8. RGB value is (85,173,232). Sum of RGB (Red+Green+Blue) = 85+173+232=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #55ADE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55ADE8 is #AA5217. Grayscale: #999999. Windows color (decimal): -11162136 or 15248725. OLE color: 15248725.

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

Color convert

RGB85173232-
CMYK0.630.2500.09
HSL204.08º76.17%62.16%-
HSV(B)204.08º63.36%90.98%-
XYZ33.2637.6481.86-
YUV153.41172.3579.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.35%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 232 (91.02% from 255) = 47.35%
R=17.35%
G=35.31%
B=47.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal851732320.630.2500.09204.0876.1762.16
Hex55ADE83F1909cc4c3e
Octal125255350773101131411476
Binary101010110101101111010001111111100101001110011001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55ade8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,173,232); }

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

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

 a { background-color: rgb(85,173,232); }

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

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

 span { border-color: rgb(85,173,232); }

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