#51B8FA

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

Shades of Malibu #51B8FA

Tints of Malibu #51B8FA

Color information

#51B8FA (or 0x51B8FA) is unknown color: approx Malibu. HEX triplet: 51, B8 and FA. RGB value is (81,184,250). Sum of RGB (Red+Green+Blue) = 81+184+250=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #51B8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B8FA is #AE4705. Grayscale: #A0A0A0. Windows color (decimal): -11421446 or 16431185. OLE color: 16431185.

HSL color Cylindrical-coordinate representation of color #51B8FA: hue angle of 203.43º degrees, saturation: 0.94, 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 #51B8FA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB81184250-
CMYK0.680.2600.02
HSL203.43º94.41%64.9%-
HSV(B)203.43º67.6%98.04%-
XYZ37.7942.9396.74-
YUV160.73178.3871.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.73%
GREEN value IS 184 (72.27% from 255) = 35.73%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=15.73%
G=35.73%
B=48.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811842500.680.2600.02203.4394.4164.9
Hex51B8FA441A02cb5e41
Octal1212703721043202313136101
Binary101000110111000111110101000100110100101100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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