#5FC3DE

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

Shades of Malibu #5FC3DE

Tints of Malibu #5FC3DE

Color information

#5FC3DE (or 0x5FC3DE) is unknown color: approx Malibu. HEX triplet: 5F, C3 and DE. RGB value is (95,195,222). Sum of RGB (Red+Green+Blue) = 95+195+222=512 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.55% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #5FC3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC3DE is #A03C21. Grayscale: #A7A7A7. Windows color (decimal): -10501154 or 14599007. OLE color: 14599007.

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

Color convert

RGB95195222-
CMYK0.570.1200.13
HSL192.76º65.8%62.16%-
HSV(B)192.76º57.21%87.06%-
XYZ37.4246.7476.16-
YUV168.18158.3775.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.55%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 222 (87.11% from 255) = 43.36%
R=18.55%
G=38.09%
B=43.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal951952220.570.1200.13192.7665.862.16
Hex5FC3DE39C0Dc1423e
Octal137303336711401530110276
Binary10111111100001111011110111001110001101110000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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