#51C5E6

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

Shades of Malibu #51C5E6

Tints of Malibu #51C5E6

Color information

#51C5E6 (or 0x51C5E6) is unknown color: approx Malibu. HEX triplet: 51, C5 and E6. RGB value is (81,197,230). Sum of RGB (Red+Green+Blue) = 81+197+230=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #51C5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51C5E6 is #AE3A19. Grayscale: #A5A5A5. Windows color (decimal): -11418138 or 15123793. OLE color: 15123793.

HSL color Cylindrical-coordinate representation of color #51C5E6: hue angle of 193.29º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51C5E6 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB81197230-
CMYK0.650.1400.10
HSL193.29º74.87%60.98%-
HSV(B)193.29º64.78%90.2%-
XYZ37.6447.482.03-
YUV166.08164.0767.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 15.94%
GREEN value IS 197 (77.34% from 255) = 38.78%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=15.94%
G=38.78%
B=45.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal811972300.650.1400.10193.2974.8760.98
Hex51C5E641E0Ac14b3d
Octal1213053461011601230111375
Binary101000111000101111001101000001111001010110000011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,197,230); }

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

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

 a { background-color: rgb(81,197,230); }

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

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

 span { border-color: rgb(81,197,230); }

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