#67AADD

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

Shades of Malibu #67AADD

Tints of Malibu #67AADD

Color information

#67AADD (or 0x67AADD) is unknown color: approx Malibu. HEX triplet: 67, AA and DD. RGB value is (103,170,221). Sum of RGB (Red+Green+Blue) = 103+170+221=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #67AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AADD is #985522. Grayscale: #9B9B9B. Windows color (decimal): -9983267 or 14527079. OLE color: 14527079.

HSL color Cylindrical-coordinate representation of color #67AADD: hue angle of 205.93º degrees, saturation: 0.63, 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 #67AADD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103170221-
CMYK0.530.2300.13
HSL205.93º63.44%63.53%-
HSV(B)205.93º53.39%86.67%-
XYZ33.0236.8573.78-
YUV155.78164.890.35-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.85%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 221 (86.72% from 255) = 44.74%
R=20.85%
G=34.41%
B=44.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031702210.530.2300.13205.9363.4463.53
Hex67AADD35170Dce3f40
Octal147252335652701531677100
Binary110011110101010110111011101011011101101110011101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AADD; }

 p { color: rgb(103,170,221); }

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

<style>
 a { background-color: #67AADD; }

 a { background-color: rgb(103,170,221); }

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

<style>
 span { border-color: #67AADD; }

 span { border-color: rgb(103,170,221); }

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