#A7CDDF

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

Shades of French Pass #A7CDDF

Tints of French Pass #A7CDDF

Color information

#A7CDDF (or 0xA7CDDF) is unknown color: approx French Pass. HEX triplet: A7, CD and DF. RGB value is (167,205,223). Sum of RGB (Red+Green+Blue) = 167+205+223=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDDF is #583220. Grayscale: #C3C3C3. Windows color (decimal): -5780001 or 14667175. OLE color: 14667175.

HSL color Cylindrical-coordinate representation of color #A7CDDF: hue angle of 199.29º degrees, saturation: 0.47, 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 #A7CDDF is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB167205223-
CMYK0.250.0800.13
HSL199.29º46.67%76.47%-
HSV(B)199.29º25.11%87.45%-
XYZ51.0957.2178.16-
YUV195.69143.41107.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.07%
GREEN value IS 205 (80.47% from 255) = 34.45%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=28.07%
G=34.45%
B=37.48%

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
Decimal1672052230.250.0800.13199.2946.6776.47
HexA7CDDF1980Dc72f4c
Octal247315337311001530757114
Binary10100111110011011101111111001100001101110001111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDDF; }

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

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

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

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

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

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

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

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