#68C1DD

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

Shades of Malibu #68C1DD

Tints of Malibu #68C1DD

Color information

#68C1DD (or 0x68C1DD) is unknown color: approx Malibu. HEX triplet: 68, C1 and DD. RGB value is (104,193,221). Sum of RGB (Red+Green+Blue) = 104+193+221=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1DD is #973E22. Grayscale: #A9A9A9. Windows color (decimal): -9911843 or 14532968. OLE color: 14532968.

HSL color Cylindrical-coordinate representation of color #68C1DD: hue angle of 194.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C1DD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104193221-
CMYK0.530.1300.13
HSL194.36º63.24%63.73%-
HSV(B)194.36º52.94%86.67%-
XYZ37.8346.375.35-
YUV169.58157.0181.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.08%
GREEN value IS 193 (75.78% from 255) = 37.26%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=20.08%
G=37.26%
B=42.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041932210.530.1300.13194.3663.2463.73
Hex68C1DD35D0Dc23f40
Octal150301335651501530277100
Binary11010001100000111011101110101110101101110000101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,193,221); }

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

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

 a { background-color: rgb(104,193,221); }

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

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

 span { border-color: rgb(104,193,221); }

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