#57B0FC

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

Shades of Malibu #57B0FC

Tints of Malibu #57B0FC

Color information

#57B0FC (or 0x57B0FC) is unknown color: approx Malibu. HEX triplet: 57, B0 and FC. RGB value is (87,176,252). Sum of RGB (Red+Green+Blue) = 87+176+252=515 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.89% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #57B0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57B0FC is #A84F03. Grayscale: #9D9D9D. Windows color (decimal): -11030276 or 16560215. OLE color: 16560215.

HSL color Cylindrical-coordinate representation of color #57B0FC: hue angle of 207.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57B0FC is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB87176252-
CMYK0.650.3000.01
HSL207.64º96.49%66.47%-
HSV(B)207.64º65.48%98.82%-
XYZ37.0340.1197.89-
YUV158.05181.0177.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.89%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=16.89%
G=34.17%
B=48.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal871762520.650.3000.01207.6496.4966.47
Hex57B0FC411E01d06042
Octal1272603741013601320140102
Binary10101111011000011111100100000111110011101000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57B0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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