#57BDF2

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

Shades of Malibu #57BDF2

Tints of Malibu #57BDF2

Color information

#57BDF2 (or 0x57BDF2) is unknown color: approx Malibu. HEX triplet: 57, BD and F2. RGB value is (87,189,242). Sum of RGB (Red+Green+Blue) = 87+189+242=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #57BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BDF2 is #A8420D. Grayscale: #A4A4A4. Windows color (decimal): -11026958 or 15908183. OLE color: 15908183.

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

Color convert

RGB87189242-
CMYK0.640.2200.05
HSL200.52º85.64%64.51%-
HSV(B)200.52º64.05%94.9%-
XYZ38.1644.8390.65-
YUV164.54171.7172.69-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.80%
GREEN value IS 189 (74.22% from 255) = 36.49%
BLUE value IS 242 (94.92% from 255) = 46.72%
R=16.80%
G=36.49%
B=46.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal871892420.640.2200.05200.5285.6464.51
Hex57BDF2401605c95641
Octal1272753621002605311126101
Binary1010111101111011111001010000001011001011100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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