#68C7DD

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

Shades of Malibu #68C7DD

Tints of Malibu #68C7DD

Color information

#68C7DD (or 0x68C7DD) is unknown color: approx Malibu. HEX triplet: 68, C7 and DD. RGB value is (104,199,221). Sum of RGB (Red+Green+Blue) = 104+199+221=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7DD is #973822. Grayscale: #ACACAC. Windows color (decimal): -9910307 or 14534504. OLE color: 14534504.

HSL color Cylindrical-coordinate representation of color #68C7DD: hue angle of 191.28º 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 #68C7DD is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104199221-
CMYK0.530.1000.13
HSL191.28º63.24%63.73%-
HSV(B)191.28º52.94%86.67%-
XYZ39.1849.0175.8-
YUV173.1155.0378.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 199 (78.12% from 255) = 37.98%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=19.85%
G=37.98%
B=42.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041992210.530.1000.13191.2863.2463.73
Hex68C7DD35A0Dbf3f40
Octal150307335651201527777100
Binary11010001100011111011101110101101001101101111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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