#5FABE1

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

Shades of Malibu #5FABE1

Tints of Malibu #5FABE1

Color information

#5FABE1 (or 0x5FABE1) is unknown color: approx Malibu. HEX triplet: 5F, AB and E1. RGB value is (95,171,225). Sum of RGB (Red+Green+Blue) = 95+171+225=491 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.35% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #5FABE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FABE1 is #A0541E. Grayscale: #9A9A9A. Windows color (decimal): -10507295 or 14789471. OLE color: 14789471.

HSL color Cylindrical-coordinate representation of color #5FABE1: hue angle of 204.92º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FABE1 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95171225-
CMYK0.580.2400.12
HSL204.92º68.42%62.75%-
HSV(B)204.92º57.78%88.24%-
XYZ32.8736.9976.64-
YUV154.43167.8285.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.35%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 225 (88.28% from 255) = 45.82%
R=19.35%
G=34.83%
B=45.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal951712250.580.2400.12204.9268.4262.75
Hex5FABE13A180Ccd443f
Octal137253341723001431510477
Binary101111110101011111000011110101100001100110011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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