#5FC2DF

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

Shades of Malibu #5FC2DF

Tints of Malibu #5FC2DF

Color information

#5FC2DF (or 0x5FC2DF) is unknown color: approx Malibu. HEX triplet: 5F, C2 and DF. RGB value is (95,194,223). Sum of RGB (Red+Green+Blue) = 95+194+223=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #5FC2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC2DF is #A03D20. Grayscale: #A7A7A7. Windows color (decimal): -10501409 or 14664287. OLE color: 14664287.

HSL color Cylindrical-coordinate representation of color #5FC2DF: hue angle of 193.59º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FC2DF is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95194223-
CMYK0.570.1300.13
HSL193.59º66.67%62.35%-
HSV(B)193.59º57.4%87.45%-
XYZ37.3346.3476.79-
YUV167.7159.276.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.55%
GREEN value IS 194 (76.17% from 255) = 37.89%
BLUE value IS 223 (87.5% from 255) = 43.55%
R=18.55%
G=37.89%
B=43.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951942230.570.1300.13193.5966.6762.35
Hex5FC2DF39D0Dc2433e
Octal137302337711501530210376
Binary10111111100001011011111111001110101101110000101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,194,223); }

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

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

 a { background-color: rgb(95,194,223); }

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

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

 span { border-color: rgb(95,194,223); }

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