#51B4E5

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

Shades of Malibu #51B4E5

Tints of Malibu #51B4E5

Color information

#51B4E5 (or 0x51B4E5) is unknown color: approx Malibu. HEX triplet: 51, B4 and E5. RGB value is (81,180,229). Sum of RGB (Red+Green+Blue) = 81+180+229=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #51B4E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B4E5 is #AE4B1A. Grayscale: #9B9B9B. Windows color (decimal): -11422491 or 15053905. OLE color: 15053905.

HSL color Cylindrical-coordinate representation of color #51B4E5: hue angle of 199.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51B4E5 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81180229-
CMYK0.650.2100.10
HSL199.86º74%60.78%-
HSV(B)199.86º64.63%89.8%-
XYZ33.8640.0580.07-
YUV155.98169.274.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.53%
GREEN value IS 180 (70.70% from 255) = 36.73%
BLUE value IS 229 (89.84% from 255) = 46.73%
R=16.53%
G=36.73%
B=46.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811802290.650.2100.10199.867460.78
Hex51B4E541150Ac84a3d
Octal1212643451012501231011275
Binary1010001101101001110010110000011010101010110010001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,180,229); }

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

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

 a { background-color: rgb(81,180,229); }

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

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

 span { border-color: rgb(81,180,229); }

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