Html Css Color HEX #A5D7DC Charlotte

📋 copy color: '#A5D7DC'

red 165 ◦ green 215 ◦ blue 220

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

Shades of Charlotte #A5D7DC

Tints of Charlotte #A5D7DC

RGB

 RED value IS 165 (64.84% from 255) = 27.5%

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

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

R = 27.5%
G = 35.83%
B = 36.67%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A5D7DC (or 0xA5D7DC) is known color: Charlotte. HEX triplet: A5, D7 and DC. RGB value is (165,215,220). Sum of RGB (Red+Green+Blue) = 165+215+220=600 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.5% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #A5D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7DC is #5A2823. Grayscale: #C8C8C8. Windows color (decimal): -5908516 or 14473125. OLE color: 14473125.

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

Color convert

RGB 165 215 220 -
CMYK 0.25 0.02 0 0.14
HSL 185.45º 0.44% 0.75% -
HSV(B) 185.45º 0.25% 0.86% -
XYZ 52.74 61.77 76.85 -
YUV 200.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 165 215 220 0.25 0.02 0 0.14 185.45 0.44 0.75
Hex A5 D7 DC 19 2 0 E B9 2C 4B
Octal 245 327 334 31 2 0 16 271 54 113
Binary 10100101 11010111 11011100 11001 10 0 1110 10111001 101100 1001011

Color Harmonies of #A5D7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7DC

Black with #A5D7DC

Text Example


Text Example

White with #A5D7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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