#A5DBDE

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

Shades of Charlotte #A5DBDE

Tints of Charlotte #A5DBDE

Color information

#A5DBDE (or 0xA5DBDE) is unknown color: approx Charlotte. HEX triplet: A5, DB and DE. RGB value is (165,219,222). Sum of RGB (Red+Green+Blue) = 165+219+222=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBDE is #5A2421. Grayscale: #CBCBCB. Windows color (decimal): -5907490 or 14605221. OLE color: 14605221.

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

Color convert

RGB165219222-
CMYK0.260.0100.13
HSL183.16º46.34%75.88%-
HSV(B)183.16º25.68%87.06%-
XYZ54.0363.9478.6-
YUV203.2138.61100.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.23%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 222 (87.11% from 255) = 36.63%
R=27.23%
G=36.14%
B=36.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652192220.260.0100.13183.1646.3475.88
HexA5DBDE1A10Db72e4c
Octal24533333632101526756114
Binary10100101110110111101111011010101101101101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBDE; }

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

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

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

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

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

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

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

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