#A8D4DD

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

Shades of French Pass #A8D4DD

Tints of French Pass #A8D4DD

Color information

#A8D4DD (or 0xA8D4DD) is unknown color: approx French Pass. HEX triplet: A8, D4 and DD. RGB value is (168,212,221). Sum of RGB (Red+Green+Blue) = 168+212+221=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8D4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4DD is #572B22. Grayscale: #C7C7C7. Windows color (decimal): -5712675 or 14537896. OLE color: 14537896.

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

Color convert

RGB168212221-
CMYK0.240.0400.13
HSL190.19º43.8%76.27%-
HSV(B)190.19º23.98%86.67%-
XYZ52.7460.6377.33-
YUV199.87139.92105.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.95%
GREEN value IS 212 (83.20% from 255) = 35.27%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=27.95%
G=35.27%
B=36.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682122210.240.0400.13190.1943.876.27
HexA8D4DD1840Dbe2c4c
Octal25032433530401527654114
Binary1010100011010100110111011100010001101101111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4DD; }

 p { color: rgb(168,212,221); }

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

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

 a { background-color: rgb(168,212,221); }

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

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

 span { border-color: rgb(168,212,221); }

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