#69AAD6

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

Shades of Malibu #69AAD6

Tints of Malibu #69AAD6

Color information

#69AAD6 (or 0x69AAD6) is unknown color: approx Malibu. HEX triplet: 69, AA and D6. RGB value is (105,170,214). Sum of RGB (Red+Green+Blue) = 105+170+214=489 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.47% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #69AAD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AAD6 is #965529. Grayscale: #9B9B9B. Windows color (decimal): -9852202 or 14068329. OLE color: 14068329.

HSL color Cylindrical-coordinate representation of color #69AAD6: hue angle of 204.22º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69AAD6 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB105170214-
CMYK0.510.2100.16
HSL204.22º57.07%62.55%-
HSV(B)204.22º50.93%83.92%-
XYZ32.3436.6168.98-
YUV155.58160.9791.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.47%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 214 (83.98% from 255) = 43.76%
R=21.47%
G=34.76%
B=43.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051702140.510.2100.16204.2257.0762.55
Hex69AAD63315010cc393f
Octal15125232663250203147177
Binary110100110101010110101101100111010101000011001100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AAD6; }

 p { color: rgb(105,170,214); }

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

<style>
 a { background-color: #69AAD6; }

 a { background-color: rgb(105,170,214); }

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

<style>
 span { border-color: #69AAD6; }

 span { border-color: rgb(105,170,214); }

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