#5FAAF0

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

Shades of Malibu #5FAAF0

Tints of Malibu #5FAAF0

Color information

#5FAAF0 (or 0x5FAAF0) is unknown color: approx Malibu. HEX triplet: 5F, AA and F0. RGB value is (95,170,240). Sum of RGB (Red+Green+Blue) = 95+170+240=505 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.81% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #5FAAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAAF0 is #A0550F. Grayscale: #9B9B9B. Windows color (decimal): -10507536 or 15772255. OLE color: 15772255.

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

Color convert

RGB95170240-
CMYK0.600.2900.06
HSL208.97º82.86%65.69%-
HSV(B)208.97º60.42%94.12%-
XYZ34.8237.4787.84-
YUV155.56175.6584.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.81%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 240 (94.14% from 255) = 47.52%
R=18.81%
G=33.66%
B=47.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal951702400.600.2900.06208.9782.8665.69
Hex5FAAF03C1D06d15342
Octal137252360743506321123102
Binary101111110101010111100001111001110101101101000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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