#5FC6E0

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

Shades of Malibu #5FC6E0

Tints of Malibu #5FC6E0

Color information

#5FC6E0 (or 0x5FC6E0) is unknown color: approx Malibu. HEX triplet: 5F, C6 and E0. RGB value is (95,198,224). Sum of RGB (Red+Green+Blue) = 95+198+224=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 198 (77.73% from 255 or 38.30% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #5FC6E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC6E0 is #A0391F. Grayscale: #A9A9A9. Windows color (decimal): -10500384 or 14730847. OLE color: 14730847.

HSL color Cylindrical-coordinate representation of color #5FC6E0: hue angle of 192.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FC6E0 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB95198224-
CMYK0.580.1200.12
HSL192.09º67.54%62.55%-
HSV(B)192.09º57.59%87.84%-
XYZ38.3748.277.8-
YUV170.17158.3874.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.38%
GREEN value IS 198 (77.73% from 255) = 38.30%
BLUE value IS 224 (87.89% from 255) = 43.33%
R=18.38%
G=38.30%
B=43.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal951982240.580.1200.12192.0967.5462.55
Hex5FC6E03AC0Cc0443f
Octal137306340721401430010477
Binary10111111100011011100000111010110001100110000001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,198,224); }

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

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

 a { background-color: rgb(95,198,224); }

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

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

 span { border-color: rgb(95,198,224); }

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