#A5CDDC

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

Shades of French Pass #A5CDDC

Tints of French Pass #A5CDDC

Color information

#A5CDDC (or 0xA5CDDC) is unknown color: approx French Pass. HEX triplet: A5, CD and DC. RGB value is (165,205,220). Sum of RGB (Red+Green+Blue) = 165+205+220=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDDC is #5A3223. Grayscale: #C2C2C2. Windows color (decimal): -5911076 or 14470565. OLE color: 14470565.

HSL color Cylindrical-coordinate representation of color #A5CDDC: hue angle of 196.36º 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 #A5CDDC is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165205220-
CMYK0.250.0700.14
HSL196.36º44%75.49%-
HSV(B)196.36º25%86.27%-
XYZ50.2756.8376.03-
YUV194.75142.25106.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=27.97%
G=34.75%
B=37.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1652052200.250.0700.14196.364475.49
HexA5CDDC1970Ec42c4b
Octal24531533431701630454113
Binary1010010111001101110111001100111101110110001001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDDC; }

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

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

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

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

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

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

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

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