#51BDFB

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

Shades of Malibu #51BDFB

Tints of Malibu #51BDFB

Color information

#51BDFB (or 0x51BDFB) is unknown color: approx Malibu. HEX triplet: 51, BD and FB. RGB value is (81,189,251). Sum of RGB (Red+Green+Blue) = 81+189+251=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #51BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51BDFB is #AE4204. Grayscale: #A3A3A3. Windows color (decimal): -11420165 or 16498001. OLE color: 16498001.

HSL color Cylindrical-coordinate representation of color #51BDFB: hue angle of 201.88º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51BDFB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81189251-
CMYK0.680.2500.02
HSL201.88º95.51%65.1%-
HSV(B)201.88º67.73%98.43%-
XYZ3945.1197.92-
YUV163.78177.2268.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.55%
GREEN value IS 189 (74.22% from 255) = 36.28%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=15.55%
G=36.28%
B=48.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811892510.680.2500.02201.8895.5165.1
Hex51BDFB441902ca6041
Octal1212753731043102312140101
Binary101000110111101111110111000100110010101100101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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