#51C2EC

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

Shades of Malibu #51C2EC

Tints of Malibu #51C2EC

Color information

#51C2EC (or 0x51C2EC) is unknown color: approx Malibu. HEX triplet: 51, C2 and EC. RGB value is (81,194,236). Sum of RGB (Red+Green+Blue) = 81+194+236=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #51C2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C2EC is #AE3D13. Grayscale: #A4A4A4. Windows color (decimal): -11418900 or 15516241. OLE color: 15516241.

HSL color Cylindrical-coordinate representation of color #51C2EC: hue angle of 196.26º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51C2EC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81194236-
CMYK0.660.1800.07
HSL196.26º80.31%62.16%-
HSV(B)196.26º65.68%92.55%-
XYZ37.8346.3986.32-
YUV165168.0668.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.85%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=15.85%
G=37.96%
B=46.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811942360.660.1800.07196.2680.3162.16
Hex51C2EC421207c4503e
Octal121302354102220730412076
Binary101000111000010111011001000010100100111110001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,194,236); }

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

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

 a { background-color: rgb(81,194,236); }

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

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

 span { border-color: rgb(81,194,236); }

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