#68C5D8

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

Shades of Malibu #68C5D8

Tints of Malibu #68C5D8

Color information

#68C5D8 (or 0x68C5D8) is unknown color: approx Malibu. HEX triplet: 68, C5 and D8. RGB value is (104,197,216). Sum of RGB (Red+Green+Blue) = 104+197+216=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #68C5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5D8 is #973A27. Grayscale: #ABABAB. Windows color (decimal): -9910824 or 14206312. OLE color: 14206312.

HSL color Cylindrical-coordinate representation of color #68C5D8: hue angle of 190.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68C5D8 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104197216-
CMYK0.520.0900.15
HSL190.18º58.95%62.75%-
HSV(B)190.18º51.85%84.71%-
XYZ38.0747.8372.19-
YUV171.36153.1979.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.12%
GREEN value IS 197 (77.34% from 255) = 38.10%
BLUE value IS 216 (84.77% from 255) = 41.78%
R=20.12%
G=38.10%
B=41.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041972160.520.0900.15190.1858.9562.75
Hex68C5D83490Fbe3b3f
Octal15030533064110172767377
Binary1101000110001011101100011010010010111110111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,197,216); }

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

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

 a { background-color: rgb(104,197,216); }

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

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

 span { border-color: rgb(104,197,216); }

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