#51BDDE

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

Shades of Malibu #51BDDE

Tints of Malibu #51BDDE

Color information

#51BDDE (or 0x51BDDE) is unknown color: approx Malibu. HEX triplet: 51, BD and DE. RGB value is (81,189,222). Sum of RGB (Red+Green+Blue) = 81+189+222=492 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.46% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #51BDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BDDE is #AE4221. Grayscale: #A0A0A0. Windows color (decimal): -11420194 or 14597457. OLE color: 14597457.

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

Color convert

RGB81189222-
CMYK0.640.1500.13
HSL194.04º68.12%59.41%-
HSV(B)194.04º63.51%87.06%-
XYZ34.7843.4275.65-
YUV160.47162.7271.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.46%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=16.46%
G=38.41%
B=45.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811892220.640.1500.13194.0468.1259.41
Hex51BDDE40F0Dc2443b
Octal1212753361001701530210473
Binary101000110111101110111101000000111101101110000101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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