#69ADD8

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

Shades of Malibu #69ADD8

Tints of Malibu #69ADD8

Color information

#69ADD8 (or 0x69ADD8) is unknown color: approx Malibu. HEX triplet: 69, AD and D8. RGB value is (105,173,216). Sum of RGB (Red+Green+Blue) = 105+173+216=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #69ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ADD8 is #965227. Grayscale: #9D9D9D. Windows color (decimal): -9851432 or 14200169. OLE color: 14200169.

HSL color Cylindrical-coordinate representation of color #69ADD8: hue angle of 203.24º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69ADD8 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105173216-
CMYK0.510.2000.15
HSL203.24º58.73%62.94%-
HSV(B)203.24º51.39%84.71%-
XYZ33.1637.8570.52-
YUV157.57160.9790.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=21.26%
G=35.02%
B=43.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051732160.510.2000.15203.2458.7362.94
Hex69ADD833140Fcb3b3f
Octal15125533063240173137377
Binary11010011010110111011000110011101000111111001011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,216); }

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

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

 a { background-color: rgb(105,173,216); }

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

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

 span { border-color: rgb(105,173,216); }

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