#A6CDDF

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

Shades of French Pass #A6CDDF

Tints of French Pass #A6CDDF

Color information

#A6CDDF (or 0xA6CDDF) is unknown color: approx French Pass. HEX triplet: A6, CD and DF. RGB value is (166,205,223). Sum of RGB (Red+Green+Blue) = 166+205+223=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDDF is #593220. Grayscale: #C3C3C3. Windows color (decimal): -5845537 or 14667174. OLE color: 14667174.

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

Color convert

RGB166205223-
CMYK0.260.0800.13
HSL198.95º47.11%76.27%-
HSV(B)198.95º25.56%87.45%-
XYZ50.8857.178.15-
YUV195.39143.58107.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=27.95%
G=34.51%
B=37.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662052230.260.0800.13198.9547.1176.27
HexA6CDDF1A80Dc72f4c
Octal246315337321001530757114
Binary10100110110011011101111111010100001101110001111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDDF; }

 p { color: rgb(166,205,223); }

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

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

 a { background-color: rgb(166,205,223); }

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

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

 span { border-color: rgb(166,205,223); }

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