#57BDF8

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

Shades of Malibu #57BDF8

Tints of Malibu #57BDF8

Color information

#57BDF8 (or 0x57BDF8) is unknown color: approx Malibu. HEX triplet: 57, BD and F8. RGB value is (87,189,248). Sum of RGB (Red+Green+Blue) = 87+189+248=524 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.60% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #57BDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57BDF8 is #A84207. Grayscale: #A4A4A4. Windows color (decimal): -11026952 or 16301399. OLE color: 16301399.

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

Color convert

RGB87189248-
CMYK0.650.2400.03
HSL201.99º92%65.69%-
HSV(B)201.99º64.92%97.25%-
XYZ39.0745.295.47-
YUV165.23174.7172.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.60%
GREEN value IS 189 (74.22% from 255) = 36.07%
BLUE value IS 248 (97.27% from 255) = 47.33%
R=16.60%
G=36.07%
B=47.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal871892480.650.2400.03201.999265.69
Hex57BDF8411803ca5c42
Octal1272753701013003312134102
Binary101011110111101111110001000001110000111100101010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57BDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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