#68AAEB

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

Shades of Malibu #68AAEB

Tints of Malibu #68AAEB

Color information

#68AAEB (or 0x68AAEB) is unknown color: approx Malibu. HEX triplet: 68, AA and EB. RGB value is (104,170,235). Sum of RGB (Red+Green+Blue) = 104+170+235=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #68AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AAEB is #975514. Grayscale: #9D9D9D. Windows color (decimal): -9917717 or 15444584. OLE color: 15444584.

HSL color Cylindrical-coordinate representation of color #68AAEB: hue angle of 209.77º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68AAEB is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104170235-
CMYK0.560.2800.08
HSL209.77º76.61%66.47%-
HSV(B)209.77º55.74%92.16%-
XYZ35.0837.6984.02-
YUV157.68171.6389.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.43%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=20.43%
G=33.40%
B=46.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041702350.560.2800.08209.7776.6166.47
Hex68AAEB381C08d24d42
Octal1502523537034010322115102
Binary1101000101010101110101111100011100010001101001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,170,235); }

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

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

 a { background-color: rgb(104,170,235); }

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

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

 span { border-color: rgb(104,170,235); }

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