#A8CCDC

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

Shades of French Pass #A8CCDC

Tints of French Pass #A8CCDC

Color information

#A8CCDC (or 0xA8CCDC) is unknown color: approx French Pass. HEX triplet: A8, CC and DC. RGB value is (168,204,220). Sum of RGB (Red+Green+Blue) = 168+204+220=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8CCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCDC is #573323. Grayscale: #C2C2C2. Windows color (decimal): -5714724 or 14470312. OLE color: 14470312.

HSL color Cylindrical-coordinate representation of color #A8CCDC: hue angle of 198.46º 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 #A8CCDC is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168204220-
CMYK0.240.0700.14
HSL198.46º42.62%76.08%-
HSV(B)198.46º23.64%86.27%-
XYZ50.6656.6875.98-
YUV195.06142.07108.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 204 (80.08% from 255) = 34.46%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=28.38%
G=34.46%
B=37.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682042200.240.0700.14198.4642.6276.08
HexA8CCDC1870Ec62b4c
Octal25031433430701630653114
Binary1010100011001100110111001100011101110110001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCDC; }

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

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

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

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

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

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

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

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