#51C8F4

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

Shades of Malibu #51C8F4

Tints of Malibu #51C8F4

Color information

#51C8F4 (or 0x51C8F4) is unknown color: approx Malibu. HEX triplet: 51, C8 and F4. RGB value is (81,200,244). Sum of RGB (Red+Green+Blue) = 81+200+244=525 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.43% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 244 (95.70% from 255 or 46.48% from 525); Max value from RGB is 244 - color contains mainly: blue. Hex color #51C8F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8F4 is #AE370B. Grayscale: #A9A9A9. Windows color (decimal): -11417356 or 16042065. OLE color: 16042065.

HSL color Cylindrical-coordinate representation of color #51C8F4: hue angle of 196.2º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51C8F4 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB81200244-
CMYK0.670.1800.04
HSL196.2º88.11%63.73%-
HSV(B)196.2º66.8%95.69%-
XYZ40.3849.5993.03-
YUV169.44170.0864.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.43%
GREEN value IS 200 (78.52% from 255) = 38.10%
BLUE value IS 244 (95.70% from 255) = 46.48%
R=15.43%
G=38.10%
B=46.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal812002440.670.1800.04196.288.1163.73
Hex51C8F4431204c45840
Octal1213103641032204304130100
Binary1010001110010001111010010000111001001001100010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,200,244); }

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

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

 a { background-color: rgb(81,200,244); }

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

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

 span { border-color: rgb(81,200,244); }

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