#A0DDEC

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

Shades of Charlotte #A0DDEC

Tints of Charlotte #A0DDEC

Color information

#A0DDEC (or 0xA0DDEC) is unknown color: approx Charlotte. HEX triplet: A0, DD and EC. RGB value is (160,221,236). Sum of RGB (Red+Green+Blue) = 160+221+236=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDEC is #5F2213. Grayscale: #CCCCCC. Windows color (decimal): -6234644 or 15523232. OLE color: 15523232.

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

Color convert

RGB160221236-
CMYK0.320.0600.07
HSL191.84º66.67%77.65%-
HSV(B)191.84º32.2%92.55%-
XYZ55.4965.2489.03-
YUV204.47145.7996.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.93%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=25.93%
G=35.82%
B=38.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602212360.320.0600.07191.8466.6777.65
HexA0DDEC20607c0434e
Octal24033535440607300103116
Binary10100000110111011110110010000011001111100000010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDEC; }

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

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

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

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

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

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

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

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