#5FC5D9

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

Shades of Malibu #5FC5D9

Tints of Malibu #5FC5D9

Color information

#5FC5D9 (or 0x5FC5D9) is unknown color: approx Malibu. HEX triplet: 5F, C5 and D9. RGB value is (95,197,217). Sum of RGB (Red+Green+Blue) = 95+197+217=509 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.66% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #5FC5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC5D9 is #A03A26. Grayscale: #A8A8A8. Windows color (decimal): -10500647 or 14271839. OLE color: 14271839.

HSL color Cylindrical-coordinate representation of color #5FC5D9: hue angle of 189.84º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FC5D9 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB95197217-
CMYK0.560.0900.15
HSL189.84º61.62%61.18%-
HSV(B)189.84º56.22%85.1%-
XYZ37.2147.3872.83-
YUV168.78155.2175.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.66%
GREEN value IS 197 (77.34% from 255) = 38.70%
BLUE value IS 217 (85.16% from 255) = 42.63%
R=18.66%
G=38.70%
B=42.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal951972170.560.0900.15189.8461.6261.18
Hex5FC5D93890Fbe3e3d
Octal13730533170110172767675
Binary1011111110001011101100111100010010111110111110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,197,217); }

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

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

 a { background-color: rgb(95,197,217); }

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

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

 span { border-color: rgb(95,197,217); }

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