#51BEDD

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

Shades of Malibu #51BEDD

Tints of Malibu #51BEDD

Color information

#51BEDD (or 0x51BEDD) is unknown color: approx Malibu. HEX triplet: 51, BE and DD. RGB value is (81,190,221). Sum of RGB (Red+Green+Blue) = 81+190+221=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #51BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BEDD is #AE4122. Grayscale: #A0A0A0. Windows color (decimal): -11419939 or 14532177. OLE color: 14532177.

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

Color convert

RGB81190221-
CMYK0.630.1400.13
HSL193.29º67.31%59.22%-
HSV(B)193.29º63.35%86.67%-
XYZ34.8643.875.02-
YUV160.94161.8970.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.46%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=16.46%
G=38.62%
B=44.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811902210.630.1400.13193.2967.3159.22
Hex51BEDD3FE0Dc1433b
Octal121276335771601530110373
Binary10100011011111011011101111111111001101110000011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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