#A7CDDE

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

Shades of French Pass #A7CDDE

Tints of French Pass #A7CDDE

Color information

#A7CDDE (or 0xA7CDDE) is unknown color: approx French Pass. HEX triplet: A7, CD and DE. RGB value is (167,205,222). Sum of RGB (Red+Green+Blue) = 167+205+222=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #A7CDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDDE is #583221. Grayscale: #C3C3C3. Windows color (decimal): -5780002 or 14601639. OLE color: 14601639.

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

Color convert

RGB167205222-
CMYK0.250.0800.13
HSL198.55º45.45%76.27%-
HSV(B)198.55º24.77%87.06%-
XYZ50.9557.1577.45-
YUV195.58142.91107.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.11%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=28.11%
G=34.51%
B=37.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672052220.250.0800.13198.5545.4576.27
HexA7CDDE1980Dc72d4c
Octal247315336311001530755114
Binary10100111110011011101111011001100001101110001111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDDE; }

 p { color: rgb(167,205,222); }

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

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

 a { background-color: rgb(167,205,222); }

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

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

 span { border-color: rgb(167,205,222); }

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