#51C8F8

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

Shades of Malibu #51C8F8

Tints of Malibu #51C8F8

Color information

#51C8F8 (or 0x51C8F8) is unknown color: approx Malibu. HEX triplet: 51, C8 and F8. RGB value is (81,200,248). Sum of RGB (Red+Green+Blue) = 81+200+248=529 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.31% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #51C8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C8F8 is #AE3707. Grayscale: #A9A9A9. Windows color (decimal): -11417352 or 16304209. OLE color: 16304209.

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

Color convert

RGB81200248-
CMYK0.670.1900.03
HSL197.25º92.27%64.51%-
HSV(B)197.25º67.34%97.25%-
XYZ40.9949.8496.27-
YUV169.89172.0864.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.31%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 248 (97.27% from 255) = 46.88%
R=15.31%
G=37.81%
B=46.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal812002480.670.1900.03197.2592.2764.51
Hex51C8F8431303c55c41
Octal1213103701032303305134101
Binary101000111001000111110001000011100110111100010110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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