#5FACE9

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

Shades of Malibu #5FACE9

Tints of Malibu #5FACE9

Color information

#5FACE9 (or 0x5FACE9) is unknown color: approx Malibu. HEX triplet: 5F, AC and E9. RGB value is (95,172,233). Sum of RGB (Red+Green+Blue) = 95+172+233=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FACE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACE9 is #A05316. Grayscale: #9B9B9B. Windows color (decimal): -10507031 or 15314015. OLE color: 15314015.

HSL color Cylindrical-coordinate representation of color #5FACE9: hue angle of 206.52º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FACE9 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95172233-
CMYK0.590.2600.09
HSL206.52º75.82%64.31%-
HSV(B)206.52º59.23%91.37%-
XYZ34.1837.8282.59-
YUV155.93171.4984.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19%
GREEN value IS 172 (67.58% from 255) = 34.4%
BLUE value IS 233 (91.41% from 255) = 46.6%
R=19%
G=34.4%
B=46.6%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal951722330.590.2600.09206.5275.8264.31
Hex5FACE93B1A09cf4c40
Octal1372543517332011317114100
Binary1011111101011001110100111101111010010011100111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,233); }

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

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

 a { background-color: rgb(95,172,233); }

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

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

 span { border-color: rgb(95,172,233); }

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