#68AEDF

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

Shades of Malibu #68AEDF

Tints of Malibu #68AEDF

Color information

#68AEDF (or 0x68AEDF) is unknown color: approx Malibu. HEX triplet: 68, AE and DF. RGB value is (104,174,223). Sum of RGB (Red+Green+Blue) = 104+174+223=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #68AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEDF is #975120. Grayscale: #9E9E9E. Windows color (decimal): -9916705 or 14659176. OLE color: 14659176.

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

Color convert

RGB104174223-
CMYK0.530.2200.13
HSL204.71º65.03%64.12%-
HSV(B)204.71º53.36%87.45%-
XYZ34.1638.5475.45-
YUV158.66164.3189.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.76%
GREEN value IS 174 (68.36% from 255) = 34.73%
BLUE value IS 223 (87.5% from 255) = 44.51%
R=20.76%
G=34.73%
B=44.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041742230.530.2200.13204.7165.0364.12
Hex68AEDF35160Dcd4140
Octal1502563376526015315101100
Binary1101000101011101101111111010110110011011100110110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,174,223); }

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

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

 a { background-color: rgb(104,174,223); }

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

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

 span { border-color: rgb(104,174,223); }

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