#A5CEDD

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

Shades of French Pass #A5CEDD

Tints of French Pass #A5CEDD

Color information

#A5CEDD (or 0xA5CEDD) is unknown color: approx French Pass. HEX triplet: A5, CE and DD. RGB value is (165,206,221). Sum of RGB (Red+Green+Blue) = 165+206+221=592 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.87% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEDD is #5A3122. Grayscale: #C3C3C3. Windows color (decimal): -5910819 or 14536357. OLE color: 14536357.

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

Color convert

RGB165206221-
CMYK0.250.0700.13
HSL196.07º45.16%75.69%-
HSV(B)196.07º25.34%86.67%-
XYZ50.6457.3676.81-
YUV195.45142.42106.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.87%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 221 (86.72% from 255) = 37.33%
R=27.87%
G=34.80%
B=37.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652062210.250.0700.13196.0745.1675.69
HexA5CEDD1970Dc42d4c
Octal24531633531701530455114
Binary1010010111001110110111011100111101101110001001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEDD; }

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

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

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

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

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

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

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

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