#51b7e1

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

Shades of Malibu #51B7E1

Tints of Malibu #51B7E1

Color information

#51B7E1 (or 0x51B7E1) is unknown color: approx Malibu. HEX triplet: 51, B7 and E1. RGB value is (81,183,225). Sum of RGB (Red+Green+Blue) = 81+183+225=489 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.56% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #51B7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B7E1 is #AE481E. Grayscale: #9D9D9D. Windows color (decimal): -11421727 or 14792529. OLE color: 14792529.

HSL color Cylindrical-coordinate representation of color #51B7E1: hue angle of 197.5º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51B7E1 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB81183225-
CMYK0.640.1900.12
HSL197.5º70.59%60%-
HSV(B)197.5º64%88.24%-
XYZ33.9241.0577.37-
YUV157.29166.2173.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.56%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=16.56%
G=37.42%
B=46.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal811832250.640.1900.12197.570.5960
Hex51B7E140130Cc6473c
Octal1212673411002301430610774
Binary1010001101101111110000110000001001101100110001101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51b7e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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