#51ACF7

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

Shades of Malibu #51ACF7

Tints of Malibu #51ACF7

Color information

#51ACF7 (or 0x51ACF7) is unknown color: approx Malibu. HEX triplet: 51, AC and F7. RGB value is (81,172,247). Sum of RGB (Red+Green+Blue) = 81+172+247=500 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #51ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ACF7 is #AE5308. Grayscale: #989898. Windows color (decimal): -11424521 or 16231505. OLE color: 16231505.

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

Color convert

RGB81172247-
CMYK0.670.3000.03
HSL207.11º91.21%64.31%-
HSV(B)207.11º67.21%96.86%-
XYZ34.9337.9793.48-
YUV153.34180.8576.4-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 16.2%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 247 (96.88% from 255) = 49.4%
R=16.2%
G=34.4%
B=49.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal811722470.670.3000.03207.1191.2164.31
Hex51ACF7431E03cf5b40
Octal1212543671033603317133100
Binary101000110101100111101111000011111100111100111110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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