#A8D3DA

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

Shades of French Pass #A8D3DA

Tints of French Pass #A8D3DA

Color information

#A8D3DA (or 0xA8D3DA) is unknown color: approx French Pass. HEX triplet: A8, D3 and DA. RGB value is (168,211,218). Sum of RGB (Red+Green+Blue) = 168+211+218=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 211 (82.81% from 255 or 35.34% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8D3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3DA is #572C25. Grayscale: #C6C6C6. Windows color (decimal): -5712934 or 14341032. OLE color: 14341032.

HSL color Cylindrical-coordinate representation of color #A8D3DA: hue angle of 188.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D3DA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB168211218-
CMYK0.230.0300.15
HSL188.4º40.32%75.69%-
HSV(B)188.4º22.94%85.49%-
XYZ52.159.9875.16-
YUV198.94138.75105.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.14%
GREEN value IS 211 (82.81% from 255) = 35.34%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=28.14%
G=35.34%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682112180.230.0300.15188.440.3275.69
HexA8D3DA1730Fbc284c
Octal25032333227301727450114
Binary101010001101001111011010101111101111101111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D3DA; }

 p { color: rgb(168,211,218); }

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

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

 a { background-color: rgb(168,211,218); }

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

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

 span { border-color: rgb(168,211,218); }

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