#69AFD6

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

Shades of Malibu #69AFD6

Tints of Malibu #69AFD6

Color information

#69AFD6 (or 0x69AFD6) is unknown color: approx Malibu. HEX triplet: 69, AF and D6. RGB value is (105,175,214). Sum of RGB (Red+Green+Blue) = 105+175+214=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #69AFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69AFD6 is #965029. Grayscale: #9E9E9E. Windows color (decimal): -9850922 or 14069609. OLE color: 14069609.

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

Color convert

RGB105175214-
CMYK0.510.1800.16
HSL201.47º57.07%62.55%-
HSV(B)201.47º50.93%83.92%-
XYZ33.2938.5269.3-
YUV158.52159.3189.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 175 (68.75% from 255) = 35.43%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=21.26%
G=35.43%
B=43.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1051752140.510.1800.16201.4757.0762.55
Hex69AFD63312010c9393f
Octal15125732663220203117177
Binary110100110101111110101101100111001001000011001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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