#5FB1EF

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

Shades of Malibu #5FB1EF

Tints of Malibu #5FB1EF

Color information

#5FB1EF (or 0x5FB1EF) is unknown color: approx Malibu. HEX triplet: 5F, B1 and EF. RGB value is (95,177,239). Sum of RGB (Red+Green+Blue) = 95+177+239=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #5FB1EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FB1EF is #A04E10. Grayscale: #9F9F9F. Windows color (decimal): -10505745 or 15708511. OLE color: 15708511.

HSL color Cylindrical-coordinate representation of color #5FB1EF: hue angle of 205.83º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FB1EF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB95177239-
CMYK0.600.2600.06
HSL205.83º81.82%65.49%-
HSV(B)205.83º60.25%93.73%-
XYZ36.0240.1187.5-
YUV159.55172.8381.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 239 (93.75% from 255) = 46.77%
R=18.59%
G=34.64%
B=46.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal951772390.600.2600.06205.8381.8265.49
Hex5FB1EF3C1A06ce5241
Octal137261357743206316122101
Binary101111110110001111011111111001101001101100111010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,239); }

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

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

 a { background-color: rgb(95,177,239); }

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

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

 span { border-color: rgb(95,177,239); }

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