#57b3db

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

Shades of Malibu #57B3DB

Tints of Malibu #57B3DB

Color information

#57B3DB (or 0x57B3DB) is unknown color: approx Malibu. HEX triplet: 57, B3 and DB. RGB value is (87,179,219). Sum of RGB (Red+Green+Blue) = 87+179+219=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #57B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B3DB is #A84C24. Grayscale: #9B9B9B. Windows color (decimal): -11029541 or 14398295. OLE color: 14398295.

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

Color convert

RGB87179219-
CMYK0.600.1800.14
HSL198.18º64.71%60%-
HSV(B)198.18º60.27%85.88%-
XYZ32.8439.3872.89-
YUV156.05163.5278.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.94%
GREEN value IS 179 (70.31% from 255) = 36.91%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=17.94%
G=36.91%
B=45.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal871792190.600.1800.14198.1864.7160
Hex57B3DB3C120Ec6413c
Octal127263333742201630610174
Binary101011110110011110110111111001001001110110001101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57b3db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,179,219); }

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

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

 a { background-color: rgb(87,179,219); }

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

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

 span { border-color: rgb(87,179,219); }

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