#57BDF7

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

Shades of Malibu #57BDF7

Tints of Malibu #57BDF7

Color information

#57BDF7 (or 0x57BDF7) is unknown color: approx Malibu. HEX triplet: 57, BD and F7. RGB value is (87,189,247). Sum of RGB (Red+Green+Blue) = 87+189+247=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #57BDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BDF7 is #A84208. Grayscale: #A4A4A4. Windows color (decimal): -11026953 or 16235863. OLE color: 16235863.

HSL color Cylindrical-coordinate representation of color #57BDF7: hue angle of 201.75º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57BDF7 is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB87189247-
CMYK0.650.2300.03
HSL201.75º90.91%65.49%-
HSV(B)201.75º64.78%96.86%-
XYZ38.9245.1494.66-
YUV165.11174.2172.28-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.63%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=16.63%
G=36.14%
B=47.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal871892470.650.2300.03201.7590.9165.49
Hex57BDF7411703ca5b41
Octal1272753671012703312133101
Binary101011110111101111101111000001101110111100101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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