#5FA8EA

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

Shades of Malibu #5FA8EA

Tints of Malibu #5FA8EA

Color information

#5FA8EA (or 0x5FA8EA) is unknown color: approx Malibu. HEX triplet: 5F, A8 and EA. RGB value is (95,168,234). Sum of RGB (Red+Green+Blue) = 95+168+234=497 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.11% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FA8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FA8EA is #A05715. Grayscale: #999999. Windows color (decimal): -10508054 or 15378527. OLE color: 15378527.

HSL color Cylindrical-coordinate representation of color #5FA8EA: hue angle of 208.49º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FA8EA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95168234-
CMYK0.590.2800.08
HSL208.49º76.8%64.51%-
HSV(B)208.49º59.4%91.76%-
XYZ33.5736.3883.09-
YUV153.7173.3286.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.11%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=19.11%
G=33.80%
B=47.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal951682340.590.2800.08208.4976.864.51
Hex5FA8EA3B1C08d04d41
Octal1372503527334010320115101
Binary1011111101010001110101011101111100010001101000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,168,234); }

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

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

 a { background-color: rgb(95,168,234); }

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

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

 span { border-color: rgb(95,168,234); }

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