#A7CEDD

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

Shades of French Pass #A7CEDD

Tints of French Pass #A7CEDD

Color information

#A7CEDD (or 0xA7CEDD) is unknown color: approx French Pass. HEX triplet: A7, CE and DD. RGB value is (167,206,221). Sum of RGB (Red+Green+Blue) = 167+206+221=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEDD is #583122. Grayscale: #C3C3C3. Windows color (decimal): -5779747 or 14536359. OLE color: 14536359.

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

Color convert

RGB167206221-
CMYK0.240.0700.13
HSL196.67º44.26%76.08%-
HSV(B)196.67º24.43%86.67%-
XYZ51.0657.5876.83-
YUV196.05142.08107.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.11%
GREEN value IS 206 (80.86% from 255) = 34.68%
BLUE value IS 221 (86.72% from 255) = 37.21%
R=28.11%
G=34.68%
B=37.21%

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
Decimal1672062210.240.0700.13196.6744.2676.08
HexA7CEDD1870Dc52c4c
Octal24731633530701530554114
Binary1010011111001110110111011100011101101110001011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CEDD; }

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

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

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

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

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

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

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

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