#A5D6DC

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

Shades of French Pass #A5D6DC

Tints of French Pass #A5D6DC

Color information

#A5D6DC (or 0xA5D6DC) is unknown color: approx French Pass. HEX triplet: A5, D6 and DC. RGB value is (165,214,220). Sum of RGB (Red+Green+Blue) = 165+214+220=599 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.55% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D6DC is #5A2923. Grayscale: #C7C7C7. Windows color (decimal): -5908772 or 14472869. OLE color: 14472869.

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

Color convert

RGB165214220-
CMYK0.250.0300.14
HSL186.55º44%75.49%-
HSV(B)186.55º25%86.27%-
XYZ52.4861.2676.77-
YUV200.03139.27103.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.55%
GREEN value IS 214 (83.98% from 255) = 35.73%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=27.55%
G=35.73%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652142200.250.0300.14186.554475.49
HexA5D6DC1930Ebb2c4b
Octal24532633431301627354113
Binary101001011101011011011100110011101110101110111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6DC; }

 p { color: rgb(165,214,220); }

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

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

 a { background-color: rgb(165,214,220); }

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

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

 span { border-color: rgb(165,214,220); }

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