#69AED6

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

Shades of Malibu #69AED6

Tints of Malibu #69AED6

Color information

#69AED6 (or 0x69AED6) is unknown color: approx Malibu. HEX triplet: 69, AE and D6. RGB value is (105,174,214). Sum of RGB (Red+Green+Blue) = 105+174+214=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #69AED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AED6 is #965129. Grayscale: #9D9D9D. Windows color (decimal): -9851178 or 14069353. OLE color: 14069353.

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

Color convert

RGB105174214-
CMYK0.510.1900.16
HSL202.02º57.07%62.55%-
HSV(B)202.02º50.93%83.92%-
XYZ33.138.1369.23-
YUV157.93159.6490.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.30%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=21.30%
G=35.29%
B=43.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051742140.510.1900.16202.0257.0762.55
Hex69AED63313010ca393f
Octal15125632663230203127177
Binary110100110101110110101101100111001101000011001010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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