#56B1DC

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

Shades of Malibu #56B1DC

Tints of Malibu #56B1DC

Color information

#56B1DC (or 0x56B1DC) is unknown color: approx Malibu. HEX triplet: 56, B1 and DC. RGB value is (86,177,220). Sum of RGB (Red+Green+Blue) = 86+177+220=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #56B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B1DC is #A94E23. Grayscale: #9A9A9A. Windows color (decimal): -11095588 or 14463318. OLE color: 14463318.

HSL color Cylindrical-coordinate representation of color #56B1DC: hue angle of 199.25º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56B1DC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB86177220-
CMYK0.610.2000.14
HSL199.25º65.69%60%-
HSV(B)199.25º60.91%86.27%-
XYZ32.4838.5973.45-
YUV154.69164.8579-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.81%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=17.81%
G=36.65%
B=45.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal861772200.610.2000.14199.2565.6960
Hex56B1DC3D140Ec7423c
Octal126261334752401630710274
Binary101011010110001110111001111011010001110110001111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56B1DC; }

 p { color: rgb(86,177,220); }

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

<style>
 a { background-color: #56B1DC; }

 a { background-color: rgb(86,177,220); }

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

<style>
 span { border-color: #56B1DC; }

 span { border-color: rgb(86,177,220); }

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