#5FC9EA

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

Shades of Malibu #5FC9EA

Tints of Malibu #5FC9EA

Color information

#5FC9EA (or 0x5FC9EA) is unknown color: approx Malibu. HEX triplet: 5F, C9 and EA. RGB value is (95,201,234). Sum of RGB (Red+Green+Blue) = 95+201+234=530 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.92% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FC9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC9EA is #A03615. Grayscale: #ACACAC. Windows color (decimal): -10499606 or 15386975. OLE color: 15386975.

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

Color convert

RGB95201234-
CMYK0.590.1400.08
HSL194.24º76.8%64.51%-
HSV(B)194.24º59.4%91.76%-
XYZ40.4650.1585.39-
YUV173.07162.3872.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.92%
GREEN value IS 201 (78.91% from 255) = 37.92%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=17.92%
G=37.92%
B=44.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal952012340.590.1400.08194.2476.864.51
Hex5FC9EA3BE08c24d41
Octal1373113527316010302115101
Binary101111111001001111010101110111110010001100001010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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