#A7DDEC

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

Shades of Charlotte #A7DDEC

Tints of Charlotte #A7DDEC

Color information

#A7DDEC (or 0xA7DDEC) is unknown color: approx Charlotte. HEX triplet: A7, DD and EC. RGB value is (167,221,236). Sum of RGB (Red+Green+Blue) = 167+221+236=624 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.76% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDEC is #582213. Grayscale: #CECECE. Windows color (decimal): -5775892 or 15523239. OLE color: 15523239.

HSL color Cylindrical-coordinate representation of color #A7DDEC: hue angle of 193.04º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7DDEC is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167221236-
CMYK0.290.0600.07
HSL193.04º64.49%79.02%-
HSV(B)193.04º29.24%92.55%-
XYZ56.9365.9889.09-
YUV206.56144.6199.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.76%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 236 (92.58% from 255) = 37.82%
R=26.76%
G=35.42%
B=37.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1672212360.290.0600.07193.0464.4979.02
HexA7DDEC1D607c1404f
Octal24733535435607301100117
Binary1010011111011101111011001110111001111100000110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDEC; }

 p { color: rgb(167,221,236); }

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

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

 a { background-color: rgb(167,221,236); }

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

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

 span { border-color: rgb(167,221,236); }

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