#57AFFA

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

Shades of Malibu #57AFFA

Tints of Malibu #57AFFA

Color information

#57AFFA (or 0x57AFFA) is unknown color: approx Malibu. HEX triplet: 57, AF and FA. RGB value is (87,175,250). Sum of RGB (Red+Green+Blue) = 87+175+250=512 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.99% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #57AFFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #57AFFA is #A85005. Grayscale: #9C9C9C. Windows color (decimal): -11030534 or 16428887. OLE color: 16428887.

HSL color Cylindrical-coordinate representation of color #57AFFA: hue angle of 207.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57AFFA is Cyan = 0.65, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB87175250-
CMYK0.650.300.02
HSL207.61º94.22%66.08%-
HSV(B)207.61º65.2%98.04%-
XYZ36.5239.5996.16-
YUV157.24180.3577.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.99%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=16.99%
G=34.18%
B=48.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal871752500.650.300.02207.6194.2266.08
Hex57AFFA411E02d05e42
Octal1272573721013602320136102
Binary101011110101111111110101000001111100101101000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,175,250); }

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

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

 a { background-color: rgb(87,175,250); }

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

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

 span { border-color: rgb(87,175,250); }

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