#5FAAEA

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

Shades of Malibu #5FAAEA

Tints of Malibu #5FAAEA

Color information

#5FAAEA (or 0x5FAAEA) is unknown color: approx Malibu. HEX triplet: 5F, AA and EA. RGB value is (95,170,234). Sum of RGB (Red+Green+Blue) = 95+170+234=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAEA is #A05515. Grayscale: #9A9A9A. Windows color (decimal): -10507542 or 15379039. OLE color: 15379039.

HSL color Cylindrical-coordinate representation of color #5FAAEA: hue angle of 207.63º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FAAEA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95170234-
CMYK0.590.2700.08
HSL207.63º76.8%64.51%-
HSV(B)207.63º59.4%91.76%-
XYZ33.9537.1283.22-
YUV154.87172.6585.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 170 (66.80% from 255) = 34.07%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=19.04%
G=34.07%
B=46.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951702340.590.2700.08207.6376.864.51
Hex5FAAEA3B1B08d04d41
Octal1372523527333010320115101
Binary1011111101010101110101011101111011010001101000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FAAEA; }

 p { color: rgb(95,170,234); }

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

<style>
 a { background-color: #5FAAEA; }

 a { background-color: rgb(95,170,234); }

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

<style>
 span { border-color: #5FAAEA; }

 span { border-color: rgb(95,170,234); }

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