#69ADE6

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

Shades of Malibu #69ADE6

Tints of Malibu #69ADE6

Color information

#69ADE6 (or 0x69ADE6) is unknown color: approx Malibu. HEX triplet: 69, AD and E6. RGB value is (105,173,230). Sum of RGB (Red+Green+Blue) = 105+173+230=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #69ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ADE6 is #965219. Grayscale: #9E9E9E. Windows color (decimal): -9851418 or 15117673. OLE color: 15117673.

HSL color Cylindrical-coordinate representation of color #69ADE6: hue angle of 207.36º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69ADE6 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB105173230-
CMYK0.540.2500.10
HSL207.36º71.43%65.69%-
HSV(B)207.36º54.35%90.2%-
XYZ35.0538.680.47-
YUV159.17167.9789.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.67%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 230 (90.23% from 255) = 45.28%
R=20.67%
G=34.06%
B=45.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1051732300.540.2500.10207.3671.4365.69
Hex69ADE636190Acf4742
Octal1512553466631012317107102
Binary1101001101011011110011011011011001010101100111110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69ADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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