#51B9FA

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

Shades of Malibu #51B9FA

Tints of Malibu #51B9FA

Color information

#51B9FA (or 0x51B9FA) is unknown color: approx Malibu. HEX triplet: 51, B9 and FA. RGB value is (81,185,250). Sum of RGB (Red+Green+Blue) = 81+185+250=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #51B9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B9FA is #AE4605. Grayscale: #A0A0A0. Windows color (decimal): -11421190 or 16431441. OLE color: 16431441.

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

Color convert

RGB81185250-
CMYK0.680.2600.02
HSL203.08º94.41%64.9%-
HSV(B)203.08º67.6%98.04%-
XYZ3843.3596.81-
YUV161.31178.0470.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.70%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 250 (98.05% from 255) = 48.45%
R=15.70%
G=35.85%
B=48.45%

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
Decimal811852500.680.2600.02203.0894.4164.9
Hex51B9FA441A02cb5e41
Octal1212713721043202313136101
Binary101000110111001111110101000100110100101100101110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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