#57B3DD

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

Shades of Malibu #57B3DD

Tints of Malibu #57B3DD

Color information

#57B3DD (or 0x57B3DD) is unknown color: approx Malibu. HEX triplet: 57, B3 and DD. RGB value is (87,179,221). Sum of RGB (Red+Green+Blue) = 87+179+221=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #57B3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B3DD is #A84C22. Grayscale: #9C9C9C. Windows color (decimal): -11029539 or 14529367. OLE color: 14529367.

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

Color convert

RGB87179221-
CMYK0.610.1900.13
HSL198.81º66.34%60.39%-
HSV(B)198.81º60.63%86.67%-
XYZ33.139.4974.28-
YUV156.28164.5278.58-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.86%
GREEN value IS 179 (70.31% from 255) = 36.76%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=17.86%
G=36.76%
B=45.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal871792210.610.1900.13198.8166.3460.39
Hex57B3DD3D130Dc7423c
Octal127263335752301530710274
Binary101011110110011110111011111011001101101110001111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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