#A5DDE3

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

Shades of Charlotte #A5DDE3

Tints of Charlotte #A5DDE3

Color information

#A5DDE3 (or 0xA5DDE3) is unknown color: approx Charlotte. HEX triplet: A5, DD and E3. RGB value is (165,221,227). Sum of RGB (Red+Green+Blue) = 165+221+227=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 227 (89.06% from 255 or 37.03% from 613); Max value from RGB is 227 - color contains mainly: blue. Hex color #A5DDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDE3 is #5A221C. Grayscale: #CCCCCC. Windows color (decimal): -5906973 or 14933413. OLE color: 14933413.

HSL color Cylindrical-coordinate representation of color #A5DDE3: hue angle of 185.81º 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 #A5DDE3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165221227-
CMYK0.270.0300.11
HSL185.81º52.54%76.86%-
HSV(B)185.81º27.31%89.02%-
XYZ55.2465.2682.36-
YUV204.94140.4599.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.92%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 227 (89.06% from 255) = 37.03%
R=26.92%
G=36.05%
B=37.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1652212270.270.0300.11185.8152.5476.86
HexA5DDE31B30Bba354d
Octal24533534333301327265115
Binary101001011101110111100011110111101011101110101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDE3; }

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

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

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

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

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

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

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

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