#51B2F7

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

Shades of Malibu #51B2F7

Tints of Malibu #51B2F7

Color information

#51B2F7 (or 0x51B2F7) is unknown color: approx Malibu. HEX triplet: 51, B2 and F7. RGB value is (81,178,247). Sum of RGB (Red+Green+Blue) = 81+178+247=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #51B2F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51B2F7 is #AE4D08. Grayscale: #9C9C9C. Windows color (decimal): -11422985 or 16233041. OLE color: 16233041.

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

Color convert

RGB81178247-
CMYK0.670.2800.03
HSL204.94º91.21%64.31%-
HSV(B)204.94º67.21%96.86%-
XYZ36.140.3193.87-
YUV156.86178.8673.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.01%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 247 (96.88% from 255) = 48.81%
R=16.01%
G=35.18%
B=48.81%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811782470.670.2800.03204.9491.2164.31
Hex51B2F7431C03cd5b40
Octal1212623671033403315133100
Binary101000110110010111101111000011111000111100110110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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