#A6D6DD

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

Shades of French Pass #A6D6DD

Tints of French Pass #A6D6DD

Color information

#A6D6DD (or 0xA6D6DD) is unknown color: approx French Pass. HEX triplet: A6, D6 and DD. RGB value is (166,214,221). Sum of RGB (Red+Green+Blue) = 166+214+221=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6D6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6DD is #592922. Grayscale: #C8C8C8. Windows color (decimal): -5843235 or 14538406. OLE color: 14538406.

HSL color Cylindrical-coordinate representation of color #A6D6DD: hue angle of 187.64º 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 #A6D6DD is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166214221-
CMYK0.250.0300.13
HSL187.64º44.72%75.88%-
HSV(B)187.64º24.89%86.67%-
XYZ52.8261.4277.48-
YUV200.45139.6103.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.62%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=27.62%
G=35.61%
B=36.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662142210.250.0300.13187.6444.7275.88
HexA6D6DD1930Dbc2d4c
Octal24632633531301527455114
Binary101001101101011011011101110011101101101111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6DD; }

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

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

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

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

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

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

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

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