#51C0DD

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

Shades of Malibu #51C0DD

Tints of Malibu #51C0DD

Color information

#51C0DD (or 0x51C0DD) is unknown color: approx Malibu. HEX triplet: 51, C0 and DD. RGB value is (81,192,221). Sum of RGB (Red+Green+Blue) = 81+192+221=494 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.40% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #51C0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C0DD is #AE3F22. Grayscale: #A1A1A1. Windows color (decimal): -11419427 or 14532689. OLE color: 14532689.

HSL color Cylindrical-coordinate representation of color #51C0DD: hue angle of 192.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51C0DD is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB81192221-
CMYK0.630.1300.13
HSL192.43º67.31%59.22%-
HSV(B)192.43º63.35%86.67%-
XYZ35.2944.6775.17-
YUV162.12161.2370.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.40%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=16.40%
G=38.87%
B=44.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811922210.630.1300.13192.4367.3159.22
Hex51C0DD3FD0Dc0433b
Octal121300335771501530010373
Binary10100011100000011011101111111110101101110000001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,192,221); }

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

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

 a { background-color: rgb(81,192,221); }

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

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

 span { border-color: rgb(81,192,221); }

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