#5DC6EC

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

Shades of Malibu #5DC6EC

Tints of Malibu #5DC6EC

Color information

#5DC6EC (or 0x5DC6EC) is unknown color: approx Malibu. HEX triplet: 5D, C6 and EC. RGB value is (93,198,236). Sum of RGB (Red+Green+Blue) = 93+198+236=527 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.65% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #5DC6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DC6EC is #A23913. Grayscale: #AAAAAA. Windows color (decimal): -10631444 or 15517277. OLE color: 15517277.

HSL color Cylindrical-coordinate representation of color #5DC6EC: hue angle of 195.94º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DC6EC is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93198236-
CMYK0.610.1600.07
HSL195.94º79.01%64.51%-
HSV(B)195.94º60.59%92.55%-
XYZ39.8548.7786.67-
YUV170.94164.7172.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.65%
GREEN value IS 198 (77.73% from 255) = 37.57%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=17.65%
G=37.57%
B=44.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal931982360.610.1600.07195.9479.0164.51
Hex5DC6EC3D1007c44f41
Octal135306354752007304117101
Binary101110111000110111011001111011000001111100010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,198,236); }

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

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

 a { background-color: rgb(93,198,236); }

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

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

 span { border-color: rgb(93,198,236); }

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