#A2D6DF

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

Shades of French Pass #A2D6DF

Tints of French Pass #A2D6DF

Color information

#A2D6DF (or 0xA2D6DF) is unknown color: approx French Pass. HEX triplet: A2, D6 and DF. RGB value is (162,214,223). Sum of RGB (Red+Green+Blue) = 162+214+223=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2D6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D6DF is #5D2920. Grayscale: #C7C7C7. Windows color (decimal): -6105377 or 14669474. OLE color: 14669474.

HSL color Cylindrical-coordinate representation of color #A2D6DF: hue angle of 188.85º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2D6DF is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162214223-
CMYK0.270.0400.13
HSL188.85º48.8%75.49%-
HSV(B)188.85º27.35%87.45%-
XYZ52.2761.178.85-
YUV199.48141.27101.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.05%
GREEN value IS 214 (83.98% from 255) = 35.73%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=27.05%
G=35.73%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622142230.270.0400.13188.8548.875.49
HexA2D6DF1B40Dbd314b
Octal24232633733401527561113
Binary1010001011010110110111111101110001101101111011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6DF; }

 p { color: rgb(162,214,223); }

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

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

 a { background-color: rgb(162,214,223); }

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

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

 span { border-color: rgb(162,214,223); }

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