#A6CCDD

Color #A6CCDD French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #A6CCDD

Tints of French Pass #A6CCDD

Color information

#A6CCDD (or 0xA6CCDD) is unknown color: approx French Pass. HEX triplet: A6, CC and DD. RGB value is (166,204,221). Sum of RGB (Red+Green+Blue) = 166+204+221=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCDD is #593322. Grayscale: #C2C2C2. Windows color (decimal): -5845795 or 14535846. OLE color: 14535846.

HSL color Cylindrical-coordinate representation of color #A6CCDD: hue angle of 198.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6CCDD is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166204221-
CMYK0.250.0800.13
HSL198.55º44.72%75.88%-
HSV(B)198.55º24.89%86.67%-
XYZ50.3756.5176.66-
YUV194.58142.91107.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.09%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=28.09%
G=34.52%
B=37.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662042210.250.0800.13198.5544.7275.88
HexA6CCDD1980Dc72d4c
Octal246314335311001530755114
Binary10100110110011001101110111001100001101110001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCDD; }

 p { color: rgb(166,204,221); }

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

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

 a { background-color: rgb(166,204,221); }

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

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

 span { border-color: rgb(166,204,221); }

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