#5FABE9

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

Shades of Malibu #5FABE9

Tints of Malibu #5FABE9

Color information

#5FABE9 (or 0x5FABE9) is unknown color: approx Malibu. HEX triplet: 5F, AB and E9. RGB value is (95,171,233). Sum of RGB (Red+Green+Blue) = 95+171+233=499 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19.04% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FABE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FABE9 is #A05416. Grayscale: #9B9B9B. Windows color (decimal): -10507287 or 15313759. OLE color: 15313759.

HSL color Cylindrical-coordinate representation of color #5FABE9: hue angle of 206.96º 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 #5FABE9 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95171233-
CMYK0.590.2700.09
HSL206.96º75.82%64.31%-
HSV(B)206.96º59.23%91.37%-
XYZ33.9937.4482.53-
YUV155.34171.8284.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.04%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 233 (91.41% from 255) = 46.69%
R=19.04%
G=34.27%
B=46.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal951712330.590.2700.09206.9675.8264.31
Hex5FABE93B1B09cf4c40
Octal1372533517333011317114100
Binary1011111101010111110100111101111011010011100111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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