#68ACDA

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

Shades of Malibu #68ACDA

Tints of Malibu #68ACDA

Color information

#68ACDA (or 0x68ACDA) is unknown color: approx Malibu. HEX triplet: 68, AC and DA. RGB value is (104,172,218). Sum of RGB (Red+Green+Blue) = 104+172+218=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #68ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACDA is #975325. Grayscale: #9C9C9C. Windows color (decimal): -9917222 or 14330984. OLE color: 14330984.

HSL color Cylindrical-coordinate representation of color #68ACDA: hue angle of 204.21º degrees, saturation: 0.61, 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 #68ACDA is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104172218-
CMYK0.520.2100.15
HSL204.21º60.64%63.14%-
HSV(B)204.21º52.29%85.49%-
XYZ33.1237.5171.82-
YUV156.91162.4790.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=21.05%
G=34.82%
B=44.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041722180.520.2100.15204.2160.6463.14
Hex68ACDA34150Fcc3d3f
Octal15025433264250173147577
Binary11010001010110011011010110100101010111111001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,172,218); }

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

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

 a { background-color: rgb(104,172,218); }

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

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

 span { border-color: rgb(104,172,218); }

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