#A5CEE3

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

Shades of French Pass #A5CEE3

Tints of French Pass #A5CEE3

Color information

#A5CEE3 (or 0xA5CEE3) is unknown color: approx French Pass. HEX triplet: A5, CE and E3. RGB value is (165,206,227). Sum of RGB (Red+Green+Blue) = 165+206+227=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5CEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CEE3 is #5A311C. Grayscale: #C4C4C4. Windows color (decimal): -5910813 or 14929573. OLE color: 14929573.

HSL color Cylindrical-coordinate representation of color #A5CEE3: hue angle of 200.32º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5CEE3 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165206227-
CMYK0.270.0900.11
HSL200.32º52.54%76.86%-
HSV(B)200.32º27.31%89.02%-
XYZ51.4557.6981.1-
YUV196.14145.42105.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.59%
GREEN value IS 206 (80.86% from 255) = 34.45%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=27.59%
G=34.45%
B=37.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652062270.270.0900.11200.3252.5476.86
HexA5CEE31B90Bc8354d
Octal245316343331101331065115
Binary10100101110011101110001111011100101011110010001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CEE3; }

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

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

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

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

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

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

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

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