#A8D1DC

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

Shades of French Pass #A8D1DC

Tints of French Pass #A8D1DC

Color information

#A8D1DC (or 0xA8D1DC) is unknown color: approx French Pass. HEX triplet: A8, D1 and DC. RGB value is (168,209,220). Sum of RGB (Red+Green+Blue) = 168+209+220=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8D1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D1DC is #572E23. Grayscale: #C5C5C5. Windows color (decimal): -5713444 or 14471592. OLE color: 14471592.

HSL color Cylindrical-coordinate representation of color #A8D1DC: hue angle of 192.69º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D1DC is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168209220-
CMYK0.240.0500.14
HSL192.69º42.62%76.08%-
HSV(B)192.69º23.64%86.27%-
XYZ51.8759.0976.38-
YUV198140.42106.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.14%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=28.14%
G=35.01%
B=36.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682092200.240.0500.14192.6942.6276.08
HexA8D1DC1850Ec12b4c
Octal25032133430501630153114
Binary1010100011010001110111001100010101110110000011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D1DC; }

 p { color: rgb(168,209,220); }

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

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

 a { background-color: rgb(168,209,220); }

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

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

 span { border-color: rgb(168,209,220); }

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