#51B8DE

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

Shades of Malibu #51B8DE

Tints of Malibu #51B8DE

Color information

#51B8DE (or 0x51B8DE) is unknown color: approx Malibu. HEX triplet: 51, B8 and DE. RGB value is (81,184,222). Sum of RGB (Red+Green+Blue) = 81+184+222=487 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.63% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #51B8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B8DE is #AE4721. Grayscale: #9D9D9D. Windows color (decimal): -11421474 or 14596177. OLE color: 14596177.

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

Color convert

RGB81184222-
CMYK0.640.1700.13
HSL196.17º68.12%59.41%-
HSV(B)196.17º63.51%87.06%-
XYZ33.7241.375.3-
YUV157.54164.3873.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.63%
GREEN value IS 184 (72.27% from 255) = 37.78%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=16.63%
G=37.78%
B=45.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal811842220.640.1700.13196.1768.1259.41
Hex51B8DE40110Dc4443b
Octal1212703361002101530410473
Binary1010001101110001101111010000001000101101110001001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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