#51B2FA

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

Shades of Malibu #51B2FA

Tints of Malibu #51B2FA

Color information

#51B2FA (or 0x51B2FA) is unknown color: approx Malibu. HEX triplet: 51, B2 and FA. RGB value is (81,178,250). Sum of RGB (Red+Green+Blue) = 81+178+250=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #51B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B2FA is #AE4D05. Grayscale: #9C9C9C. Windows color (decimal): -11422982 or 16429649. OLE color: 16429649.

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

Color convert

RGB81178250-
CMYK0.680.2900.02
HSL205.56º94.41%64.9%-
HSV(B)205.56º67.6%98.04%-
XYZ36.5740.4996.33-
YUV157.2180.3673.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.91%
GREEN value IS 178 (69.92% from 255) = 34.97%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=15.91%
G=34.97%
B=49.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal811782500.680.2900.02205.5694.4164.9
Hex51B2FA441D02ce5e41
Octal1212623721043502316136101
Binary101000110110010111110101000100111010101100111010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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