#5FAAF1

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

Shades of Malibu #5FAAF1

Tints of Malibu #5FAAF1

Color information

#5FAAF1 (or 0x5FAAF1) is unknown color: approx Malibu. HEX triplet: 5F, AA and F1. RGB value is (95,170,241). Sum of RGB (Red+Green+Blue) = 95+170+241=506 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.77% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #5FAAF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAF1 is #A0550E. Grayscale: #9B9B9B. Windows color (decimal): -10507535 or 15837791. OLE color: 15837791.

HSL color Cylindrical-coordinate representation of color #5FAAF1: hue angle of 209.18º 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 #5FAAF1 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB95170241-
CMYK0.610.2900.05
HSL209.18º83.91%65.88%-
HSV(B)209.18º60.58%94.51%-
XYZ34.9737.5388.62-
YUV155.67176.1584.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.77%
GREEN value IS 170 (66.80% from 255) = 33.60%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=18.77%
G=33.60%
B=47.63%

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
Decimal951702410.610.2900.05209.1883.9165.88
Hex5FAAF13D1D05d15442
Octal137252361753505321124102
Binary101111110101010111100011111011110101011101000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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