#51B5DD

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

Shades of Malibu #51B5DD

Tints of Malibu #51B5DD

Color information

#51B5DD (or 0x51B5DD) is unknown color: approx Malibu. HEX triplet: 51, B5 and DD. RGB value is (81,181,221). Sum of RGB (Red+Green+Blue) = 81+181+221=483 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.77% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #51B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5DD is #AE4A22. Grayscale: #9B9B9B. Windows color (decimal): -11422243 or 14529873. OLE color: 14529873.

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

Color convert

RGB81181221-
CMYK0.630.1800.13
HSL197.14º67.31%59.22%-
HSV(B)197.14º63.35%86.67%-
XYZ32.9740.0274.39-
YUV155.66164.8774.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.77%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 221 (86.72% from 255) = 45.76%
R=16.77%
G=37.47%
B=45.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811812210.630.1800.13197.1467.3159.22
Hex51B5DD3F120Dc5433b
Octal121265335772201530510373
Binary101000110110101110111011111111001001101110001011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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