#69ACD8

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

Shades of Malibu #69ACD8

Tints of Malibu #69ACD8

Color information

#69ACD8 (or 0x69ACD8) is unknown color: approx Malibu. HEX triplet: 69, AC and D8. RGB value is (105,172,216). Sum of RGB (Red+Green+Blue) = 105+172+216=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 216 (84.77% from 255 or 43.81% from 493); Max value from RGB is 216 - color contains mainly: blue. Hex color #69ACD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ACD8 is #965327. Grayscale: #9C9C9C. Windows color (decimal): -9851688 or 14199913. OLE color: 14199913.

HSL color Cylindrical-coordinate representation of color #69ACD8: hue angle of 203.78º 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 #69ACD8 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105172216-
CMYK0.510.2000.15
HSL203.78º58.73%62.94%-
HSV(B)203.78º51.39%84.71%-
XYZ32.9737.4770.46-
YUV156.98161.390.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 216 (84.77% from 255) = 43.81%
R=21.30%
G=34.89%
B=43.81%

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
Decimal1051722160.510.2000.15203.7858.7362.94
Hex69ACD833140Fcc3b3f
Octal15125433063240173147377
Binary11010011010110011011000110011101000111111001100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ACD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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