#51B4DD

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

Shades of Malibu #51B4DD

Tints of Malibu #51B4DD

Color information

#51B4DD (or 0x51B4DD) is unknown color: approx Malibu. HEX triplet: 51, B4 and DD. RGB value is (81,180,221). Sum of RGB (Red+Green+Blue) = 81+180+221=482 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.80% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #51B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B4DD is #AE4B22. Grayscale: #9A9A9A. Windows color (decimal): -11422499 or 14529617. OLE color: 14529617.

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

Color convert

RGB81180221-
CMYK0.630.1900.13
HSL197.57º67.31%59.22%-
HSV(B)197.57º63.35%86.67%-
XYZ32.7739.6174.33-
YUV155.07165.275.17-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.80%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=16.80%
G=37.34%
B=45.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811802210.630.1900.13197.5767.3159.22
Hex51B4DD3F130Dc6433b
Octal121264335772301530610373
Binary101000110110100110111011111111001101101110001101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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