#A5CCDD

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

Shades of French Pass #A5CCDD

Tints of French Pass #A5CCDD

Color information

#A5CCDD (or 0xA5CCDD) is unknown color: approx French Pass. HEX triplet: A5, CC and DD. RGB value is (165,204,221). Sum of RGB (Red+Green+Blue) = 165+204+221=590 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.97% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5CCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CCDD is #5A3322. Grayscale: #C2C2C2. Windows color (decimal): -5911331 or 14535845. OLE color: 14535845.

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

Color convert

RGB165204221-
CMYK0.250.0800.13
HSL198.21º45.16%75.69%-
HSV(B)198.21º25.34%86.67%-
XYZ50.1656.4176.65-
YUV194.28143.08107.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.97%
GREEN value IS 204 (80.08% from 255) = 34.58%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=27.97%
G=34.58%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652042210.250.0800.13198.2145.1675.69
HexA5CCDD1980Dc62d4c
Octal245314335311001530655114
Binary10100101110011001101110111001100001101110001101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CCDD; }

 p { color: rgb(165,204,221); }

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

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

 a { background-color: rgb(165,204,221); }

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

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

 span { border-color: rgb(165,204,221); }

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