Html Css Color HEX #A6DEE0 Charlotte

📋 copy color: '#A6DEE0'

red 166 ◦ green 222 ◦ blue 224

#A6DEE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #A6DEE0

Tints of Charlotte #A6DEE0

RGB

 RED value IS 166 (65.23% from 255) = 27.12%

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 224 (87.89% from 255) = 36.6%

R = 27.12%
G = 36.27%
B = 36.6%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A6DEE0 (or 0xA6DEE0) is known color: Charlotte. HEX triplet: A6, DE and E0. RGB value is (166,222,224). Sum of RGB (Red+Green+Blue) = 166+222+224=612 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.12% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6DEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEE0 is #59211F. Grayscale: #CDCDCD. Windows color (decimal): -5841184 or 14737062. OLE color: 14737062.

HSL color Cylindrical-coordinate representation of color #A6DEE0: hue angle of 182.07º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DEE0 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 222 224 -
CMYK 0.26 0.01 0 0.12
HSL 182.07º 0.48% 0.76% -
HSV(B) 182.07º 0.26% 0.88% -
XYZ 55.3 65.73 80.29 -
YUV 205.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 166 222 224 0.26 0.01 0 0.12 182.07 0.48 0.76
Hex A6 DE E0 1A 1 0 C B6 30 4C
Octal 246 336 340 32 1 0 14 266 60 114
Binary 10100110 11011110 11100000 11010 1 0 1100 10110110 110000 1001100

Color Harmonies of #A6DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DEE0

Black with #A6DEE0

Text Example


Text Example

White with #A6DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DEE0; }

 p { color: rgb(166,222,224); }

 H1.HeaderClassName
 {
   color: #A6DEE0;
 }
 .AnyTagClassName
 {
   color: #A6DEE0;
 }
</style>

background-color css

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

 a { background-color: rgb(166,222,224); }

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

border-color css

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

 span { border-color: rgb(166,222,224); }

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