#A8CADC

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

Shades of French Pass #A8CADC

Tints of French Pass #A8CADC

Color information

#A8CADC (or 0xA8CADC) is unknown color: approx French Pass. HEX triplet: A8, CA and DC. RGB value is (168,202,220). Sum of RGB (Red+Green+Blue) = 168+202+220=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8CADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CADC is #573523. Grayscale: #C1C1C1. Windows color (decimal): -5715236 or 14469800. OLE color: 14469800.

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

Color convert

RGB168202220-
CMYK0.240.0800.14
HSL200.77º42.62%76.08%-
HSV(B)200.77º23.64%86.27%-
XYZ50.1955.7375.82-
YUV193.89142.74109.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.47%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=28.47%
G=34.24%
B=37.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682022200.240.0800.14200.7742.6276.08
HexA8CADC1880Ec92b4c
Octal250312334301001631153114
Binary10101000110010101101110011000100001110110010011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CADC; }

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

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

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

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

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

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

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

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