#69AEE8

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

Shades of Malibu #69AEE8

Tints of Malibu #69AEE8

Color information

#69AEE8 (or 0x69AEE8) is unknown color: approx Malibu. HEX triplet: 69, AE and E8. RGB value is (105,174,232). Sum of RGB (Red+Green+Blue) = 105+174+232=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #69AEE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69AEE8 is #965117. Grayscale: #9F9F9F. Windows color (decimal): -9851160 or 15249001. OLE color: 15249001.

HSL color Cylindrical-coordinate representation of color #69AEE8: hue angle of 207.4º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69AEE8 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB105174232-
CMYK0.550.2500.09
HSL207.4º73.41%66.08%-
HSV(B)207.4º54.74%90.98%-
XYZ35.5339.182.02-
YUV159.98168.6488.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.55%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=20.55%
G=34.05%
B=45.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1051742320.550.2500.09207.473.4166.08
Hex69AEE8371909cf4942
Octal1512563506731011317111102
Binary1101001101011101110100011011111001010011100111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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