#51ACED

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

Shades of Malibu #51ACED

Tints of Malibu #51ACED

Color information

#51ACED (or 0x51ACED) is unknown color: approx Malibu. HEX triplet: 51, AC and ED. RGB value is (81,172,237). Sum of RGB (Red+Green+Blue) = 81+172+237=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #51ACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACED is #AE5312. Grayscale: #979797. Windows color (decimal): -11424531 or 15576145. OLE color: 15576145.

HSL color Cylindrical-coordinate representation of color #51ACED: hue angle of 205º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51ACED is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81172237-
CMYK0.660.2700.07
HSL205º81.25%62.35%-
HSV(B)205º65.82%92.94%-
XYZ33.4337.3785.57-
YUV152.2175.8577.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 172 (67.58% from 255) = 35.10%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=16.53%
G=35.10%
B=48.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811722370.660.2700.0720581.2562.35
Hex51ACED421B07cd513e
Octal121254355102330731512176
Binary101000110101100111011011000010110110111110011011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51ACED; }

 p { color: rgb(81,172,237); }

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

<style>
 a { background-color: #51ACED; }

 a { background-color: rgb(81,172,237); }

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

<style>
 span { border-color: #51ACED; }

 span { border-color: rgb(81,172,237); }

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