#51B6DE

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

Shades of Malibu #51B6DE

Tints of Malibu #51B6DE

Color information

#51B6DE (or 0x51B6DE) is unknown color: approx Malibu. HEX triplet: 51, B6 and DE. RGB value is (81,182,222). Sum of RGB (Red+Green+Blue) = 81+182+222=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #51B6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B6DE is #AE4921. Grayscale: #9C9C9C. Windows color (decimal): -11421986 or 14595665. OLE color: 14595665.

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

Color convert

RGB81182222-
CMYK0.640.1800.13
HSL197.02º68.12%59.41%-
HSV(B)197.02º63.51%87.06%-
XYZ33.3140.4875.17-
YUV156.36165.0474.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.70%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=16.70%
G=37.53%
B=45.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811822220.640.1800.13197.0268.1259.41
Hex51B6DE40120Dc5443b
Octal1212663361002201530510473
Binary1010001101101101101111010000001001001101110001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,182,222); }

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

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

 a { background-color: rgb(81,182,222); }

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

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

 span { border-color: rgb(81,182,222); }

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