#68AED9

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

Shades of Malibu #68AED9

Tints of Malibu #68AED9

Color information

#68AED9 (or 0x68AED9) is unknown color: approx Malibu. HEX triplet: 68, AE and D9. RGB value is (104,174,217). Sum of RGB (Red+Green+Blue) = 104+174+217=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #68AED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AED9 is #975126. Grayscale: #9D9D9D. Windows color (decimal): -9916711 or 14265960. OLE color: 14265960.

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

Color convert

RGB104174217-
CMYK0.520.2000.15
HSL202.83º59.79%62.94%-
HSV(B)202.83º52.07%85.1%-
XYZ33.3738.2271.27-
YUV157.97161.3189.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=21.01%
G=35.15%
B=43.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041742170.520.2000.15202.8359.7962.94
Hex68AED934140Fcb3c3f
Octal15025633164240173137477
Binary11010001010111011011001110100101000111111001011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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