#A8D5DC

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

Shades of French Pass #A8D5DC

Tints of French Pass #A8D5DC

Color information

#A8D5DC (or 0xA8D5DC) is unknown color: approx French Pass. HEX triplet: A8, D5 and DC. RGB value is (168,213,220). Sum of RGB (Red+Green+Blue) = 168+213+220=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5DC is #572A23. Grayscale: #C8C8C8. Windows color (decimal): -5712420 or 14472616. OLE color: 14472616.

HSL color Cylindrical-coordinate representation of color #A8D5DC: hue angle of 188.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D5DC is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168213220-
CMYK0.240.0300.14
HSL188.08º42.62%76.08%-
HSV(B)188.08º23.64%86.27%-
XYZ52.8661.0876.71-
YUV200.34139.09104.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.95%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=27.95%
G=35.44%
B=36.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682132200.240.0300.14188.0842.6276.08
HexA8D5DC1830Ebc2b4c
Octal25032533430301627453114
Binary101010001101010111011100110001101110101111001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D5DC; }

 p { color: rgb(168,213,220); }

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

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

 a { background-color: rgb(168,213,220); }

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

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

 span { border-color: rgb(168,213,220); }

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