#5FC2DE

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

Shades of Malibu #5FC2DE

Tints of Malibu #5FC2DE

Color information

#5FC2DE (or 0x5FC2DE) is unknown color: approx Malibu. HEX triplet: 5F, C2 and DE. RGB value is (95,194,222). Sum of RGB (Red+Green+Blue) = 95+194+222=511 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.59% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FC2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC2DE is #A03D21. Grayscale: #A7A7A7. Windows color (decimal): -10501410 or 14598751. OLE color: 14598751.

HSL color Cylindrical-coordinate representation of color #5FC2DE: hue angle of 193.23º degrees, saturation: 0.66, 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 #5FC2DE is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB95194222-
CMYK0.570.1300.13
HSL193.23º65.8%62.16%-
HSV(B)193.23º57.21%87.06%-
XYZ37.246.2976.08-
YUV167.59158.776.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.59%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=18.59%
G=37.96%
B=43.44%

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
Decimal951942220.570.1300.13193.2365.862.16
Hex5FC2DE39D0Dc1423e
Octal137302336711501530110276
Binary10111111100001011011110111001110101101110000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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