#68C4D6

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

Shades of Malibu #68C4D6

Tints of Malibu #68C4D6

Color information

#68C4D6 (or 0x68C4D6) is unknown color: approx Malibu. HEX triplet: 68, C4 and D6. RGB value is (104,196,214). Sum of RGB (Red+Green+Blue) = 104+196+214=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 214 - color contains mainly: blue. Hex color #68C4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C4D6 is #973B29. Grayscale: #AAAAAA. Windows color (decimal): -9911082 or 14074984. OLE color: 14074984.

HSL color Cylindrical-coordinate representation of color #68C4D6: hue angle of 189.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68C4D6 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104196214-
CMYK0.510.0800.16
HSL189.82º57.29%62.35%-
HSV(B)189.82º51.4%83.92%-
XYZ37.5947.2870.76-
YUV170.54152.5280.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.23%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 214 (83.98% from 255) = 41.63%
R=20.23%
G=38.13%
B=41.63%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041962140.510.0800.16189.8257.2962.35
Hex68C4D6338010be393e
Octal15030432663100202767176
Binary11010001100010011010110110011100001000010111110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C4D6; }

 p { color: rgb(104,196,214); }

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

<style>
 a { background-color: #68C4D6; }

 a { background-color: rgb(104,196,214); }

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

<style>
 span { border-color: #68C4D6; }

 span { border-color: rgb(104,196,214); }

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