#68ACD7

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

Shades of Malibu #68ACD7

Tints of Malibu #68ACD7

Color information

#68ACD7 (or 0x68ACD7) is unknown color: approx Malibu. HEX triplet: 68, AC and D7. RGB value is (104,172,215). Sum of RGB (Red+Green+Blue) = 104+172+215=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #68ACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ACD7 is #975328. Grayscale: #9C9C9C. Windows color (decimal): -9917225 or 14134376. OLE color: 14134376.

HSL color Cylindrical-coordinate representation of color #68ACD7: hue angle of 203.24º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68ACD7 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104172215-
CMYK0.520.200.16
HSL203.24º58.12%62.55%-
HSV(B)203.24º51.63%84.31%-
XYZ32.7337.3569.78-
YUV156.57160.9790.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.18%
GREEN value IS 172 (67.58% from 255) = 35.03%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=21.18%
G=35.03%
B=43.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041722150.520.200.16203.2458.1262.55
Hex68ACD73414010cb3a3f
Octal15025432764240203137277
Binary110100010101100110101111101001010001000011001011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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