#5FABF1

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

Shades of Malibu #5FABF1

Tints of Malibu #5FABF1

Color information

#5FABF1 (or 0x5FABF1) is unknown color: approx Malibu. HEX triplet: 5F, AB and F1. RGB value is (95,171,241). Sum of RGB (Red+Green+Blue) = 95+171+241=507 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.74% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FABF1 is #A0540E. Grayscale: #9B9B9B. Windows color (decimal): -10507279 or 15838047. OLE color: 15838047.

HSL color Cylindrical-coordinate representation of color #5FABF1: hue angle of 208.77º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FABF1 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB95171241-
CMYK0.610.2900.05
HSL208.77º83.91%65.88%-
HSV(B)208.77º60.58%94.51%-
XYZ35.1637.9188.68-
YUV156.26175.8284.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.74%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=18.74%
G=33.73%
B=47.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal951712410.610.2900.05208.7783.9165.88
Hex5FABF13D1D05d15442
Octal137253361753505321124102
Binary101111110101011111100011111011110101011101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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