#51b4e2

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

Shades of Malibu #51B4E2

Tints of Malibu #51B4E2

Color information

#51B4E2 (or 0x51B4E2) is unknown color: approx Malibu. HEX triplet: 51, B4 and E2. RGB value is (81,180,226). Sum of RGB (Red+Green+Blue) = 81+180+226=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #51B4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B4E2 is #AE4B1D. Grayscale: #9B9B9B. Windows color (decimal): -11422494 or 14857297. OLE color: 14857297.

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

Color convert

RGB81180226-
CMYK0.640.2000.11
HSL199.03º71.43%60.2%-
HSV(B)199.03º64.16%88.63%-
XYZ33.4439.8877.89-
YUV155.64167.774.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.63%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 226 (88.67% from 255) = 46.41%
R=16.63%
G=36.96%
B=46.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal811802260.640.2000.11199.0371.4360.2
Hex51B4E240140Bc7473c
Octal1212643421002401330710774
Binary1010001101101001110001010000001010001011110001111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51b4e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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