#A6E1E4

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

Shades of Charlotte #A6E1E4

Tints of Charlotte #A6E1E4

Color information

#A6E1E4 (or 0xA6E1E4) is unknown color: approx Charlotte. HEX triplet: A6, E1 and E4. RGB value is (166,225,228). Sum of RGB (Red+Green+Blue) = 166+225+228=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6E1E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1E4 is #591E1B. Grayscale: #CFCFCF. Windows color (decimal): -5840412 or 14999974. OLE color: 14999974.

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

Color convert

RGB166225228-
CMYK0.270.0100.11
HSL182.9º53.45%77.25%-
HSV(B)182.9º27.19%89.41%-
XYZ56.6567.5683.45-
YUV207.7139.4598.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.82%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=26.82%
G=36.35%
B=36.83%

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
Decimal1662252280.270.0100.11182.953.4577.25
HexA6E1E41B10Bb7354d
Octal24634134433101326765115
Binary10100110111000011110010011011101011101101111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1E4; }

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

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

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

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

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

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

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

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