#57B8DE

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

Shades of Malibu #57B8DE

Tints of Malibu #57B8DE

Color information

#57B8DE (or 0x57B8DE) is unknown color: approx Malibu. HEX triplet: 57, B8 and DE. RGB value is (87,184,222). Sum of RGB (Red+Green+Blue) = 87+184+222=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #57B8DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B8DE is #A84721. Grayscale: #9F9F9F. Windows color (decimal): -11028258 or 14596183. OLE color: 14596183.

HSL color Cylindrical-coordinate representation of color #57B8DE: hue angle of 196.89º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57B8DE is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87184222-
CMYK0.610.1700.13
HSL196.89º67.16%60.59%-
HSV(B)196.89º60.81%87.06%-
XYZ34.2641.5875.33-
YUV159.33163.3676.41-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.65%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 222 (87.11% from 255) = 45.03%
R=17.65%
G=37.32%
B=45.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal871842220.610.1700.13196.8967.1660.59
Hex57B8DE3D110Dc5433d
Octal127270336752101530510375
Binary101011110111000110111101111011000101101110001011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,184,222); }

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

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

 a { background-color: rgb(87,184,222); }

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

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

 span { border-color: rgb(87,184,222); }

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