#51BCED

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

Shades of Malibu #51BCED

Tints of Malibu #51BCED

Color information

#51BCED (or 0x51BCED) is unknown color: approx Malibu. HEX triplet: 51, BC and ED. RGB value is (81,188,237). Sum of RGB (Red+Green+Blue) = 81+188+237=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #51BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BCED is #AE4312. Grayscale: #A1A1A1. Windows color (decimal): -11420435 or 15580241. OLE color: 15580241.

HSL color Cylindrical-coordinate representation of color #51BCED: hue angle of 198.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51BCED is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB81188237-
CMYK0.660.2100.07
HSL198.85º81.25%62.35%-
HSV(B)198.85º65.82%92.94%-
XYZ36.6643.8386.65-
YUV161.59170.5570.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.01%
GREEN value IS 188 (73.83% from 255) = 37.15%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=16.01%
G=37.15%
B=46.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal811882370.660.2100.07198.8581.2562.35
Hex51BCED421507c7513e
Octal121274355102250730712176
Binary101000110111100111011011000010101010111110001111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,188,237); }

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

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

 a { background-color: rgb(81,188,237); }

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

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

 span { border-color: rgb(81,188,237); }

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