#51BAE0

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

Shades of Malibu #51BAE0

Tints of Malibu #51BAE0

Color information

#51BAE0 (or 0x51BAE0) is unknown color: approx Malibu. HEX triplet: 51, BA and E0. RGB value is (81,186,224). Sum of RGB (Red+Green+Blue) = 81+186+224=491 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.50% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #51BAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BAE0 is #AE451F. Grayscale: #9E9E9E. Windows color (decimal): -11420960 or 14727761. OLE color: 14727761.

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

Color convert

RGB81186224-
CMYK0.640.1700.12
HSL195.94º69.76%59.8%-
HSV(B)195.94º63.84%87.84%-
XYZ34.4142.2576.86-
YUV158.94164.7172.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.50%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=16.50%
G=37.88%
B=45.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal811862240.640.1700.12195.9469.7659.8
Hex51BAE040110Cc4463c
Octal1212723401002101430410674
Binary1010001101110101110000010000001000101100110001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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