#A7CDDD

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

Shades of French Pass #A7CDDD

Tints of French Pass #A7CDDD

Color information

#A7CDDD (or 0xA7CDDD) is unknown color: approx French Pass. HEX triplet: A7, CD and DD. RGB value is (167,205,221). Sum of RGB (Red+Green+Blue) = 167+205+221=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7CDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CDDD is #583222. Grayscale: #C3C3C3. Windows color (decimal): -5780003 or 14536103. OLE color: 14536103.

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

Color convert

RGB167205221-
CMYK0.240.0700.13
HSL197.78º44.26%76.08%-
HSV(B)197.78º24.43%86.67%-
XYZ50.8257.176.75-
YUV195.46142.41107.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 221 (86.72% from 255) = 37.27%
R=28.16%
G=34.57%
B=37.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672052210.240.0700.13197.7844.2676.08
HexA7CDDD1870Dc62c4c
Octal24731533530701530654114
Binary1010011111001101110111011100011101101110001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDDD; }

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

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

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

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

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

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

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

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