#57B0F8

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

Shades of Malibu #57B0F8

Tints of Malibu #57B0F8

Color information

#57B0F8 (or 0x57B0F8) is unknown color: approx Malibu. HEX triplet: 57, B0 and F8. RGB value is (87,176,248). Sum of RGB (Red+Green+Blue) = 87+176+248=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #57B0F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57B0F8 is #A84F07. Grayscale: #9D9D9D. Windows color (decimal): -11030280 or 16298071. OLE color: 16298071.

HSL color Cylindrical-coordinate representation of color #57B0F8: hue angle of 206.83º 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 #57B0F8 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB87176248-
CMYK0.650.2900.03
HSL206.83º92%65.69%-
HSV(B)206.83º64.92%97.25%-
XYZ36.439.8594.58-
YUV157.6179.0177.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.03%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 248 (97.27% from 255) = 48.53%
R=17.03%
G=34.44%
B=48.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal871762480.650.2900.03206.839265.69
Hex57B0F8411D03cf5c42
Octal1272603701013503317134102
Binary101011110110000111110001000001111010111100111110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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