#51B5FC

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

Shades of Malibu #51B5FC

Tints of Malibu #51B5FC

Color information

#51B5FC (or 0x51B5FC) is unknown color: approx Malibu. HEX triplet: 51, B5 and FC. RGB value is (81,181,252). Sum of RGB (Red+Green+Blue) = 81+181+252=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #51B5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51B5FC is #AE4A03. Grayscale: #9E9E9E. Windows color (decimal): -11422212 or 16561489. OLE color: 16561489.

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

Color convert

RGB81181252-
CMYK0.680.2800.01
HSL204.91º96.61%65.29%-
HSV(B)204.91º67.86%98.82%-
XYZ37.4941.8398.19-
YUV159.19180.3772.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.76%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=15.76%
G=35.21%
B=49.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal811812520.680.2800.01204.9196.6165.29
Hex51B5FC441C01cd6141
Octal1212653741043401315141101
Binary10100011011010111111100100010011100011100110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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