#5fc1e9

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

Shades of Malibu #5FC1E9

Tints of Malibu #5FC1E9

Color information

#5FC1E9 (or 0x5FC1E9) is unknown color: approx Malibu. HEX triplet: 5F, C1 and E9. RGB value is (95,193,233). Sum of RGB (Red+Green+Blue) = 95+193+233=521 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.23% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 233 (91.41% from 255 or 44.72% from 521); Max value from RGB is 233 - color contains mainly: blue. Hex color #5FC1E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC1E9 is #A03E16. Grayscale: #A8A8A8. Windows color (decimal): -10501655 or 15319391. OLE color: 15319391.

HSL color Cylindrical-coordinate representation of color #5FC1E9: hue angle of 197.39º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC1E9 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB95193233-
CMYK0.590.1700.09
HSL197.39º75.82%64.31%-
HSV(B)197.39º59.23%91.37%-
XYZ38.546.4684.03-
YUV168.26164.5375.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.23%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 233 (91.41% from 255) = 44.72%
R=18.23%
G=37.04%
B=44.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal951932330.590.1700.09197.3975.8264.31
Hex5FC1E93B1109c54c40
Octal1373013517321011305114100
Binary1011111110000011110100111101110001010011100010110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc1e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,193,233); }

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

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

 a { background-color: rgb(95,193,233); }

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

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

 span { border-color: rgb(95,193,233); }

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