#A5DDE7

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

Shades of Charlotte #A5DDE7

Tints of Charlotte #A5DDE7

Color information

#A5DDE7 (or 0xA5DDE7) is unknown color: approx Charlotte. HEX triplet: A5, DD and E7. RGB value is (165,221,231). Sum of RGB (Red+Green+Blue) = 165+221+231=617 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.74% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #A5DDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDE7 is #5A2218. Grayscale: #CDCDCD. Windows color (decimal): -5906969 or 15195557. OLE color: 15195557.

HSL color Cylindrical-coordinate representation of color #A5DDE7: hue angle of 189.09º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5DDE7 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB165221231-
CMYK0.290.0400.09
HSL189.09º57.89%77.65%-
HSV(B)189.09º28.57%90.59%-
XYZ55.865.4885.3-
YUV205.4142.4599.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.74%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=26.74%
G=35.82%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1652212310.290.0400.09189.0957.8977.65
HexA5DDE71D409bd3a4e
Octal24533534735401127572116
Binary1010010111011101111001111110110001001101111011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDE7; }

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

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

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

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

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

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

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

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