#57BEF2

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

Shades of Malibu #57BEF2

Tints of Malibu #57BEF2

Color information

#57BEF2 (or 0x57BEF2) is unknown color: approx Malibu. HEX triplet: 57, BE and F2. RGB value is (87,190,242). Sum of RGB (Red+Green+Blue) = 87+190+242=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #57BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BEF2 is #A8410D. Grayscale: #A4A4A4. Windows color (decimal): -11026702 or 15908439. OLE color: 15908439.

HSL color Cylindrical-coordinate representation of color #57BEF2: hue angle of 200.13º 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 #57BEF2 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB87190242-
CMYK0.640.2100.05
HSL200.13º85.64%64.51%-
HSV(B)200.13º64.05%94.9%-
XYZ38.3745.2690.72-
YUV165.13171.3872.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.76%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 242 (94.92% from 255) = 46.63%
R=16.76%
G=36.61%
B=46.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal871902420.640.2100.05200.1385.6464.51
Hex57BEF2401505c85641
Octal1272763621002505310126101
Binary1010111101111101111001010000001010101011100100010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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