#57ABF2

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

Shades of Malibu #57ABF2

Tints of Malibu #57ABF2

Color information

#57ABF2 (or 0x57ABF2) is unknown color: approx Malibu. HEX triplet: 57, AB and F2. RGB value is (87,171,242). Sum of RGB (Red+Green+Blue) = 87+171+242=500 (66% of max value = 765). Red value is 87 (34.38% from 255 or 17.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 242 (94.92% from 255 or 48.4% from 500); Max value from RGB is 242 - color contains mainly: blue. Hex color #57ABF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57ABF2 is #A8540D. Grayscale: #999999. Windows color (decimal): -11031566 or 15903575. OLE color: 15903575.

HSL color Cylindrical-coordinate representation of color #57ABF2: hue angle of 207.48º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57ABF2 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB87171242-
CMYK0.640.2900.05
HSL207.48º85.64%64.51%-
HSV(B)207.48º64.05%94.9%-
XYZ34.5237.5689.44-
YUV153.98177.6780.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.4%
GREEN value IS 171 (67.19% from 255) = 34.2%
BLUE value IS 242 (94.92% from 255) = 48.4%
R=17.4%
G=34.2%
B=48.4%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal871712420.640.2900.05207.4885.6464.51
Hex57ABF2401D05cf5641
Octal1272533621003505317126101
Binary1010111101010111111001010000001110101011100111110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,171,242); }

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

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

 a { background-color: rgb(87,171,242); }

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

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

 span { border-color: rgb(87,171,242); }

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