#51AAEA

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

Shades of Malibu #51AAEA

Tints of Malibu #51AAEA

Color information

#51AAEA (or 0x51AAEA) is unknown color: approx Malibu. HEX triplet: 51, AA and EA. RGB value is (81,170,234). Sum of RGB (Red+Green+Blue) = 81+170+234=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #51AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51AAEA is #AE5515. Grayscale: #969696. Windows color (decimal): -11425046 or 15379025. OLE color: 15379025.

HSL color Cylindrical-coordinate representation of color #51AAEA: hue angle of 205.1º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51AAEA is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB81170234-
CMYK0.650.2700.08
HSL205.1º78.46%61.76%-
HSV(B)205.1º65.38%91.76%-
XYZ32.6236.4483.16-
YUV150.68175.0178.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.70%
GREEN value IS 170 (66.80% from 255) = 35.05%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=16.70%
G=35.05%
B=48.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal811702340.650.2700.08205.178.4661.76
Hex51AAEA411B08cd4e3e
Octal1212523521013301031511676
Binary1010001101010101110101010000011101101000110011011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,170,234); }

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

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

 a { background-color: rgb(81,170,234); }

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

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

 span { border-color: rgb(81,170,234); }

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