#A7D0E1

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

Shades of French Pass #A7D0E1

Tints of French Pass #A7D0E1

Color information

#A7D0E1 (or 0xA7D0E1) is unknown color: approx French Pass. HEX triplet: A7, D0 and E1. RGB value is (167,208,225). Sum of RGB (Red+Green+Blue) = 167+208+225=600 (79% of max value = 765). Red value is 167 (65.62% from 255 or 27.83% from 600); Green value is 208 (81.64% from 255 or 34.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #A7D0E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D0E1 is #582F1E. Grayscale: #C5C5C5. Windows color (decimal): -5779231 or 14799015. OLE color: 14799015.

HSL color Cylindrical-coordinate representation of color #A7D0E1: hue angle of 197.59º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7D0E1 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB167208225-
CMYK0.260.0800.12
HSL197.59º49.15%76.86%-
HSV(B)197.59º25.78%88.24%-
XYZ52.0858.7679.83-
YUV197.68143.42106.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.83%
GREEN value IS 208 (81.64% from 255) = 34.67%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=27.83%
G=34.67%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1672082250.260.0800.12197.5949.1576.86
HexA7D0E11A80Cc6314d
Octal247320341321001430661115
Binary10100111110100001110000111010100001100110001101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D0E1; }

 p { color: rgb(167,208,225); }

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

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

 a { background-color: rgb(167,208,225); }

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

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

 span { border-color: rgb(167,208,225); }

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