#5FC8EA

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

Shades of Malibu #5FC8EA

Tints of Malibu #5FC8EA

Color information

#5FC8EA (or 0x5FC8EA) is unknown color: approx Malibu. HEX triplet: 5F, C8 and EA. RGB value is (95,200,234). Sum of RGB (Red+Green+Blue) = 95+200+234=529 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.96% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FC8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC8EA is #A03715. Grayscale: #ACACAC. Windows color (decimal): -10499862 or 15386719. OLE color: 15386719.

HSL color Cylindrical-coordinate representation of color #5FC8EA: hue angle of 194.68º 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 #5FC8EA is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB95200234-
CMYK0.590.1500.08
HSL194.68º76.8%64.51%-
HSV(B)194.68º59.4%91.76%-
XYZ40.2249.6885.31-
YUV172.48162.7172.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.96%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=17.96%
G=37.81%
B=44.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952002340.590.1500.08194.6876.864.51
Hex5FC8EA3BF08c34d41
Octal1373103527317010303115101
Binary101111111001000111010101110111111010001100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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