#A5DEDF

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

Shades of Charlotte #A5DEDF

Tints of Charlotte #A5DEDF

Color information

#A5DEDF (or 0xA5DEDF) is unknown color: approx Charlotte. HEX triplet: A5, DE and DF. RGB value is (165,222,223). Sum of RGB (Red+Green+Blue) = 165+222+223=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDF is #5A2120. Grayscale: #CDCDCD. Windows color (decimal): -5906721 or 14671525. OLE color: 14671525.

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

Color convert

RGB165222223-
CMYK0.260.0000.13
HSL181.03º47.54%76.08%-
HSV(B)181.03º26.01%87.45%-
XYZ54.9665.5779.57-
YUV205.07138.1299.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.05%
GREEN value IS 222 (87.11% from 255) = 36.39%
BLUE value IS 223 (87.5% from 255) = 36.56%
R=27.05%
G=36.39%
B=36.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652222230.260.0000.13181.0347.5476.08
HexA5DEDF1A00Db5304c
Octal24533633732001526560114
Binary10100101110111101101111111010001101101101011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEDF; }

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

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

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

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

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

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

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

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