Html Css Color HEX #A8D7DC Charlotte

📋 copy color: '#A8D7DC'

red 168 ◦ green 215 ◦ blue 220

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

Shades of Charlotte #A8D7DC

Tints of Charlotte #A8D7DC

RGB

 RED value IS 168 (66.02% from 255) = 27.86%

 GREEN value IS 215 (84.38% from 255) = 35.66%

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 27.86%
G = 35.66%
B = 36.48%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8D7DC (or 0xA8D7DC) is known color: Charlotte. HEX triplet: A8, D7 and DC. RGB value is (168,215,220). Sum of RGB (Red+Green+Blue) = 168+215+220=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 215 (84.38% from 255 or 35.66% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D7DC is #572823. Grayscale: #C9C9C9. Windows color (decimal): -5711908 or 14473128. OLE color: 14473128.

HSL color Cylindrical-coordinate representation of color #A8D7DC: hue angle of 185.77º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8D7DC is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 215 220 -
CMYK 0.24 0.02 0 0.14
HSL 185.77º 0.43% 0.76% -
HSV(B) 185.77º 0.24% 0.86% -
XYZ 53.37 62.09 76.88 -
YUV 201.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 168 215 220 0.24 0.02 0 0.14 185.77 0.43 0.76
Hex A8 D7 DC 18 2 0 E BA 2B 4C
Octal 250 327 334 30 2 0 16 272 53 114
Binary 10101000 11010111 11011100 11000 10 0 1110 10111010 101011 1001100

Color Harmonies of #A8D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D7DC

Black with #A8D7DC

Text Example


Text Example

White with #A8D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D7DC; }

 p { color: rgb(168,215,220); }

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

background-color css

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

 a { background-color: rgb(168,215,220); }

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

border-color css

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

 span { border-color: rgb(168,215,220); }

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