Html Css Color HEX #A1DCDF Charlotte

📋 copy color: '#A1DCDF'

red 161 ◦ green 220 ◦ blue 223

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

Shades of Charlotte #A1DCDF

Tints of Charlotte #A1DCDF

RGB

 RED value IS 161 (63.28% from 255) = 26.66%

 GREEN value IS 220 (86.33% from 255) = 36.42%

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 26.66%
G = 36.42%
B = 36.92%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1DCDF (or 0xA1DCDF) is known color: Charlotte. HEX triplet: A1, DC and DF. RGB value is (161,220,223). Sum of RGB (Red+Green+Blue) = 161+220+223=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCDF is #5E2320. Grayscale: #CACACA. Windows color (decimal): -6169377 or 14671009. OLE color: 14671009.

HSL color Cylindrical-coordinate representation of color #A1DCDF: hue angle of 182.9º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DCDF is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 220 223 -
CMYK 0.28 0.01 0 0.13
HSL 182.9º 0.49% 0.75% -
HSV(B) 182.9º 0.28% 0.87% -
XYZ 53.61 64.09 79.36 -
YUV 202.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 161 220 223 0.28 0.01 0 0.13 182.9 0.49 0.75
Hex A1 DC DF 1C 1 0 D B7 31 4B
Octal 241 334 337 34 1 0 15 267 61 113
Binary 10100001 11011100 11011111 11100 1 0 1101 10110111 110001 1001011

Color Harmonies of #A1DCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCDF

Black with #A1DCDF

Text Example


Text Example

White with #A1DCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCDF; }

 p { color: rgb(161,220,223); }

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

background-color css

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

 a { background-color: rgb(161,220,223); }

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

border-color css

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

 span { border-color: rgb(161,220,223); }

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