#57B2E0

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

Shades of Malibu #57B2E0

Tints of Malibu #57B2E0

Color information

#57B2E0 (or 0x57B2E0) is unknown color: approx Malibu. HEX triplet: 57, B2 and E0. RGB value is (87,178,224). Sum of RGB (Red+Green+Blue) = 87+178+224=489 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.79% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #57B2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2E0 is #A84D1F. Grayscale: #9B9B9B. Windows color (decimal): -11029792 or 14725719. OLE color: 14725719.

HSL color Cylindrical-coordinate representation of color #57B2E0: hue angle of 200.15º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57B2E0 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB87178224-
CMYK0.610.2100.12
HSL200.15º68.84%60.98%-
HSV(B)200.15º61.16%87.84%-
XYZ33.3139.2576.34-
YUV156.04166.3578.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.79%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=17.79%
G=36.40%
B=45.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal871782240.610.2100.12200.1568.8460.98
Hex57B2E03D150Cc8453d
Octal127262340752501431010575
Binary101011110110010111000001111011010101100110010001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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