Html Css Color HEX #A6D8DE Charlotte

📋 copy color: '#A6D8DE'

red 166 ◦ green 216 ◦ blue 222

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

Shades of Charlotte #A6D8DE

Tints of Charlotte #A6D8DE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 27.48%
G = 35.76%
B = 36.75%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6D8DE (or 0xA6D8DE) is known color: Charlotte. HEX triplet: A6, D8 and DE. RGB value is (166,216,222). Sum of RGB (Red+Green+Blue) = 166+216+222=604 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.48% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6D8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8DE is #592721. Grayscale: #C9C9C9. Windows color (decimal): -5842722 or 14604454. OLE color: 14604454.

HSL color Cylindrical-coordinate representation of color #A6D8DE: hue angle of 186.43º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6D8DE is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 216 222 -
CMYK 0.25 0.03 0 0.13
HSL 186.43º 0.46% 0.76% -
HSV(B) 186.43º 0.25% 0.87% -
XYZ 53.47 62.49 78.35 -
YUV 201.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 166 216 222 0.25 0.03 0 0.13 186.43 0.46 0.76
Hex A6 D8 DE 19 3 0 D BA 2E 4C
Octal 246 330 336 31 3 0 15 272 56 114
Binary 10100110 11011000 11011110 11001 11 0 1101 10111010 101110 1001100

Color Harmonies of #A6D8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D8DE

Black with #A6D8DE

Text Example


Text Example

White with #A6D8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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