#A6E2E4

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

Shades of Charlotte #A6E2E4

Tints of Charlotte #A6E2E4

Color information

#A6E2E4 (or 0xA6E2E4) is unknown color: approx Charlotte. HEX triplet: A6, E2 and E4. RGB value is (166,226,228). Sum of RGB (Red+Green+Blue) = 166+226+228=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6E2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2E4 is #591D1B. Grayscale: #D0D0D0. Windows color (decimal): -5840156 or 15000230. OLE color: 15000230.

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

Color convert

RGB166226228-
CMYK0.270.0100.11
HSL181.94º53.45%77.25%-
HSV(B)181.94º27.19%89.41%-
XYZ56.9368.183.54-
YUV208.29139.1297.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.77%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 228 (89.45% from 255) = 36.77%
R=26.77%
G=36.45%
B=36.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662262280.270.0100.11181.9453.4577.25
HexA6E2E41B10Bb6354d
Octal24634234433101326665115
Binary10100110111000101110010011011101011101101101101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E2E4; }

 p { color: rgb(166,226,228); }

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

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

 a { background-color: rgb(166,226,228); }

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

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

 span { border-color: rgb(166,226,228); }

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