#51B8DD

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

Shades of Malibu #51B8DD

Tints of Malibu #51B8DD

Color information

#51B8DD (or 0x51B8DD) is unknown color: approx Malibu. HEX triplet: 51, B8 and DD. RGB value is (81,184,221). Sum of RGB (Red+Green+Blue) = 81+184+221=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #51B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8DD is #AE4722. Grayscale: #9D9D9D. Windows color (decimal): -11421475 or 14530641. OLE color: 14530641.

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

Color convert

RGB81184221-
CMYK0.630.1700.13
HSL195.86º67.31%59.22%-
HSV(B)195.86º63.35%86.67%-
XYZ33.5841.2574.6-
YUV157.42163.8873.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.67%
GREEN value IS 184 (72.27% from 255) = 37.86%
BLUE value IS 221 (86.72% from 255) = 45.47%
R=16.67%
G=37.86%
B=45.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811842210.630.1700.13195.8667.3159.22
Hex51B8DD3F110Dc4433b
Octal121270335772101530410373
Binary101000110111000110111011111111000101101110001001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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