#51B8E8

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

Shades of Malibu #51B8E8

Tints of Malibu #51B8E8

Color information

#51B8E8 (or 0x51B8E8) is unknown color: approx Malibu. HEX triplet: 51, B8 and E8. RGB value is (81,184,232). Sum of RGB (Red+Green+Blue) = 81+184+232=497 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.30% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #51B8E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B8E8 is #AE4717. Grayscale: #9E9E9E. Windows color (decimal): -11421464 or 15251537. OLE color: 15251537.

HSL color Cylindrical-coordinate representation of color #51B8E8: hue angle of 199.07º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51B8E8 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB81184232-
CMYK0.650.2100.09
HSL199.07º76.65%61.37%-
HSV(B)199.07º65.09%90.98%-
XYZ35.141.8682.57-
YUV158.68169.3872.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.30%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 232 (91.02% from 255) = 46.68%
R=16.30%
G=37.02%
B=46.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal811842320.650.2100.09199.0776.6561.37
Hex51B8E8411509c74d3d
Octal1212703501012501130711575
Binary1010001101110001110100010000011010101001110001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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