#5FA9ED

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

Shades of Malibu #5FA9ED

Tints of Malibu #5FA9ED

Color information

#5FA9ED (or 0x5FA9ED) is unknown color: approx Malibu. HEX triplet: 5F, A9 and ED. RGB value is (95,169,237). Sum of RGB (Red+Green+Blue) = 95+169+237=501 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.96% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #5FA9ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA9ED is #A05612. Grayscale: #9A9A9A. Windows color (decimal): -10507795 or 15575391. OLE color: 15575391.

HSL color Cylindrical-coordinate representation of color #5FA9ED: hue angle of 208.73º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FA9ED is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB95169237-
CMYK0.600.2900.07
HSL208.73º79.78%65.1%-
HSV(B)208.73º59.92%92.94%-
XYZ34.1936.9285.45-
YUV154.63174.4885.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.96%
GREEN value IS 169 (66.41% from 255) = 33.73%
BLUE value IS 237 (92.97% from 255) = 47.31%
R=18.96%
G=33.73%
B=47.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal951692370.600.2900.07208.7379.7865.1
Hex5FA9ED3C1D07d15041
Octal137251355743507321120101
Binary101111110101001111011011111001110101111101000110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,169,237); }

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

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

 a { background-color: rgb(95,169,237); }

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

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

 span { border-color: rgb(95,169,237); }

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