#51B4FC

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

Shades of Malibu #51B4FC

Tints of Malibu #51B4FC

Color information

#51B4FC (or 0x51B4FC) is unknown color: approx Malibu. HEX triplet: 51, B4 and FC. RGB value is (81,180,252). Sum of RGB (Red+Green+Blue) = 81+180+252=513 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.79% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #51B4FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B4FC is #AE4B03. Grayscale: #9E9E9E. Windows color (decimal): -11422468 or 16561233. OLE color: 16561233.

HSL color Cylindrical-coordinate representation of color #51B4FC: hue angle of 205.26º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51B4FC is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB81180252-
CMYK0.680.2900.01
HSL205.26º96.61%65.29%-
HSV(B)205.26º67.86%98.82%-
XYZ37.2941.4298.13-
YUV158.61180.772.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.79%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=15.79%
G=35.09%
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.01
SystemRedGreenBlueCMYKHSL
Decimal811802520.680.2900.01205.2696.6165.29
Hex51B4FC441D01cd6141
Octal1212643741043501315141101
Binary10100011011010011111100100010011101011100110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,180,252); }

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

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

 a { background-color: rgb(81,180,252); }

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

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

 span { border-color: rgb(81,180,252); }

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