#51B8E5

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

Shades of Malibu #51B8E5

Tints of Malibu #51B8E5

Color information

#51B8E5 (or 0x51B8E5) is unknown color: approx Malibu. HEX triplet: 51, B8 and E5. RGB value is (81,184,229). Sum of RGB (Red+Green+Blue) = 81+184+229=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #51B8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8E5 is #AE471A. Grayscale: #9E9E9E. Windows color (decimal): -11421467 or 15054929. OLE color: 15054929.

HSL color Cylindrical-coordinate representation of color #51B8E5: hue angle of 198.24º 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 #51B8E5 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81184229-
CMYK0.650.2000.10
HSL198.24º74%60.78%-
HSV(B)198.24º64.63%89.8%-
XYZ34.6841.6980.35-
YUV158.33167.8872.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.40%
GREEN value IS 184 (72.27% from 255) = 37.25%
BLUE value IS 229 (89.84% from 255) = 46.36%
R=16.40%
G=37.25%
B=46.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811842290.650.2000.10198.247460.78
Hex51B8E541140Ac64a3d
Octal1212703451012401230611275
Binary1010001101110001110010110000011010001010110001101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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