#51B7E6

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

Shades of Malibu #51B7E6

Tints of Malibu #51B7E6

Color information

#51B7E6 (or 0x51B7E6) is unknown color: approx Malibu. HEX triplet: 51, B7 and E6. RGB value is (81,183,230). Sum of RGB (Red+Green+Blue) = 81+183+230=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 230 (90.23% from 255 or 46.56% from 494); Max value from RGB is 230 - color contains mainly: blue. Hex color #51B7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B7E6 is #AE4819. Grayscale: #9D9D9D. Windows color (decimal): -11421722 or 15120209. OLE color: 15120209.

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

Color convert

RGB81183230-
CMYK0.650.2000.10
HSL198.93º74.87%60.98%-
HSV(B)198.93º64.78%90.2%-
XYZ34.6141.3381.02-
YUV157.86168.7173.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.40%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 230 (90.23% from 255) = 46.56%
R=16.40%
G=37.04%
B=46.56%

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
Decimal811832300.650.2000.10198.9374.8760.98
Hex51B7E641140Ac74b3d
Octal1212673461012401230711375
Binary1010001101101111110011010000011010001010110001111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,183,230); }

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

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

 a { background-color: rgb(81,183,230); }

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

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

 span { border-color: rgb(81,183,230); }

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