#51B3E0

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

Shades of Malibu #51B3E0

Tints of Malibu #51B3E0

Color information

#51B3E0 (or 0x51B3E0) is unknown color: approx Malibu. HEX triplet: 51, B3 and E0. RGB value is (81,179,224). Sum of RGB (Red+Green+Blue) = 81+179+224=484 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.74% from 484); Green value is 179 (70.31% from 255 or 36.98% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #51B3E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B3E0 is #AE4C1F. Grayscale: #9A9A9A. Windows color (decimal): -11422752 or 14725969. OLE color: 14725969.

HSL color Cylindrical-coordinate representation of color #51B3E0: hue angle of 198.88º degrees, saturation: 0.7, 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 #51B3E0 is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB81179224-
CMYK0.640.2000.12
HSL198.88º69.76%59.8%-
HSV(B)198.88º63.84%87.84%-
XYZ32.9739.3776.38-
YUV154.83167.0375.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.74%
GREEN value IS 179 (70.31% from 255) = 36.98%
BLUE value IS 224 (87.89% from 255) = 46.28%
R=16.74%
G=36.98%
B=46.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal811792240.640.2000.12198.8869.7659.8
Hex51B3E040140Cc7463c
Octal1212633401002401430710674
Binary1010001101100111110000010000001010001100110001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,224); }

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

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

 a { background-color: rgb(81,179,224); }

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

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

 span { border-color: rgb(81,179,224); }

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