#69AFDE

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

Shades of Malibu #69AFDE

Tints of Malibu #69AFDE

Color information

#69AFDE (or 0x69AFDE) is unknown color: approx Malibu. HEX triplet: 69, AF and DE. RGB value is (105,175,222). Sum of RGB (Red+Green+Blue) = 105+175+222=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #69AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFDE is #965021. Grayscale: #9F9F9F. Windows color (decimal): -9850914 or 14593897. OLE color: 14593897.

HSL color Cylindrical-coordinate representation of color #69AFDE: hue angle of 204.1º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69AFDE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105175222-
CMYK0.530.2100.13
HSL204.1º63.93%64.12%-
HSV(B)204.1º52.7%87.06%-
XYZ34.3438.9474.81-
YUV159.43163.3189.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.92%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=20.92%
G=34.86%
B=44.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051752220.530.2100.13204.163.9364.12
Hex69AFDE35150Dcc4040
Octal1512573366525015314100100
Binary1101001101011111101111011010110101011011100110010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,175,222); }

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

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

 a { background-color: rgb(105,175,222); }

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

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

 span { border-color: rgb(105,175,222); }

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