#57B2D9

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

Shades of Malibu #57B2D9

Tints of Malibu #57B2D9

Color information

#57B2D9 (or 0x57B2D9) is unknown color: approx Malibu. HEX triplet: 57, B2 and D9. RGB value is (87,178,217). Sum of RGB (Red+Green+Blue) = 87+178+217=482 (63% of max value = 765). Red value is 87 (34.38% from 255 or 18.05% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #57B2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2D9 is #A84D26. Grayscale: #9A9A9A. Windows color (decimal): -11029799 or 14266967. OLE color: 14266967.

HSL color Cylindrical-coordinate representation of color #57B2D9: hue angle of 198º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57B2D9 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB87178217-
CMYK0.600.1800.15
HSL198º63.11%59.61%-
HSV(B)198º59.91%85.1%-
XYZ32.3838.8871.44-
YUV155.24162.8579.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 18.05%
GREEN value IS 178 (69.92% from 255) = 36.93%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=18.05%
G=36.93%
B=45.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal871782170.600.1800.1519863.1159.61
Hex57B2D93C120Fc63f3c
Octal12726233174220173067774
Binary10101111011001011011001111100100100111111000110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57B2D9; }

 p { color: rgb(87,178,217); }

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

<style>
 a { background-color: #57B2D9; }

 a { background-color: rgb(87,178,217); }

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

<style>
 span { border-color: #57B2D9; }

 span { border-color: rgb(87,178,217); }

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