#A5CDDF

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

Shades of French Pass #A5CDDF

Tints of French Pass #A5CDDF

Color information

#A5CDDF (or 0xA5CDDF) is unknown color: approx French Pass. HEX triplet: A5, CD and DF. RGB value is (165,205,223). Sum of RGB (Red+Green+Blue) = 165+205+223=593 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.82% from 593); Green value is 205 (80.47% from 255 or 34.57% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5CDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CDDF is #5A3220. Grayscale: #C2C2C2. Windows color (decimal): -5911073 or 14667173. OLE color: 14667173.

HSL color Cylindrical-coordinate representation of color #A5CDDF: hue angle of 198.62º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5CDDF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165205223-
CMYK0.260.0800.13
HSL198.62º47.54%76.08%-
HSV(B)198.62º26.01%87.45%-
XYZ50.6756.9978.14-
YUV195.09143.75106.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.82%
GREEN value IS 205 (80.47% from 255) = 34.57%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=27.82%
G=34.57%
B=37.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652052230.260.0800.13198.6247.5476.08
HexA5CDDF1A80Dc7304c
Octal245315337321001530760114
Binary10100101110011011101111111010100001101110001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CDDF; }

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

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

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

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

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

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

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

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