#68aced

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

Shades of Malibu #68ACED

Tints of Malibu #68ACED

Color information

#68ACED (or 0x68ACED) is unknown color: approx Malibu. HEX triplet: 68, AC and ED. RGB value is (104,172,237). Sum of RGB (Red+Green+Blue) = 104+172+237=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #68ACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ACED is #975312. Grayscale: #9E9E9E. Windows color (decimal): -9917203 or 15576168. OLE color: 15576168.

HSL color Cylindrical-coordinate representation of color #68ACED: hue angle of 209.32º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ACED is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104172237-
CMYK0.560.2700.07
HSL209.32º78.7%66.86%-
HSV(B)209.32º56.12%92.94%-
XYZ35.7538.5685.68-
YUV159.08171.9788.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.27%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=20.27%
G=33.53%
B=46.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041722370.560.2700.07209.3278.766.86
Hex68ACED381B07d14f43
Octal150254355703307321117103
Binary110100010101100111011011110001101101111101000110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68aced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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