#51B0F7

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

Shades of Malibu #51B0F7

Tints of Malibu #51B0F7

Color information

#51B0F7 (or 0x51B0F7) is unknown color: approx Malibu. HEX triplet: 51, B0 and F7. RGB value is (81,176,247). Sum of RGB (Red+Green+Blue) = 81+176+247=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #51B0F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B0F7 is #AE4F08. Grayscale: #9B9B9B. Windows color (decimal): -11423497 or 16232529. OLE color: 16232529.

HSL color Cylindrical-coordinate representation of color #51B0F7: hue angle of 205.66º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51B0F7 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB81176247-
CMYK0.670.2900.03
HSL205.66º91.21%64.31%-
HSV(B)205.66º67.21%96.86%-
XYZ35.7139.5293.74-
YUV155.69179.5374.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.07%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 247 (96.88% from 255) = 49.01%
R=16.07%
G=34.92%
B=49.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811762470.670.2900.03205.6691.2164.31
Hex51B0F7431D03ce5b40
Octal1212603671033503316133100
Binary101000110110000111101111000011111010111100111010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,176,247); }

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

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

 a { background-color: rgb(81,176,247); }

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

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

 span { border-color: rgb(81,176,247); }

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