Html Css Color HEX #A3DCD1 Scandal

📋 copy color: '#A3DCD1'

red 163 ◦ green 220 ◦ blue 209

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

Shades of Scandal #A3DCD1

Tints of Scandal #A3DCD1

RGB

 RED value IS 163 (64.06% from 255) = 27.53%

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

 BLUE value IS 209 (82.03% from 255) = 35.3%

R = 27.53%
G = 37.16%
B = 35.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A3DCD1 (or 0xA3DCD1) is known color: Scandal. HEX triplet: A3, DC and D1. RGB value is (163,220,209). Sum of RGB (Red+Green+Blue) = 163+220+209=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCD1 is #5C232E. Grayscale: #C9C9C9. Windows color (decimal): -6038319 or 13753507. OLE color: 13753507.

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

Color convert

RGB 163 220 209 -
CMYK 0.26 0 0.05 0.14
HSL 168.42º 0.45% 0.75% -
HSV(B) 168.42º 0.26% 0.86% -
XYZ 52.21 63.58 69.84 -
YUV 201.7 132.12 100.39 -
System Red Green Blue C M Y K H S L
Decimal 163 220 209 0.26 0 0.05 0.14 168.42 0.45 0.75
Hex A3 DC D1 1A 0 5 E A8 2D 4B
Octal 243 334 321 32 0 5 16 250 55 113
Binary 10100011 11011100 11010001 11010 0 101 1110 10101000 101101 1001011

Color Harmonies of #A3DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCD1

Black with #A3DCD1

Text Example


Text Example

White with #A3DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCD1; }

 p { color: rgb(163,220,209); }

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

background-color css

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

 a { background-color: rgb(163,220,209); }

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

border-color css

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

 span { border-color: rgb(163,220,209); }

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