Html Css Color HEX #A3DCC6 Scandal

📋 copy color: '#A3DCC6'

red 163 ◦ green 220 ◦ blue 198

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

Shades of Scandal #A3DCC6

Tints of Scandal #A3DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 28.06%
G = 37.87%
B = 34.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#A3DCC6 (or 0xA3DCC6) is known color: Scandal. HEX triplet: A3, DC and C6. RGB value is (163,220,198). Sum of RGB (Red+Green+Blue) = 163+220+198=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCC6 is #5C2339. Grayscale: #C8C8C8. Windows color (decimal): -6038330 or 13032611. OLE color: 13032611.

HSL color Cylindrical-coordinate representation of color #A3DCC6: hue angle of 156.84º 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 #A3DCC6 is Cyan = 0.26, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 198 -
CMYK 0.26 0 0.1 0.14
HSL 156.84º 0.45% 0.75% -
HSV(B) 156.84º 0.26% 0.86% -
XYZ 50.89 63.05 62.91 -
YUV 200.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 163 220 198 0.26 0 0.1 0.14 156.84 0.45 0.75
Hex A3 DC C6 1A 0 A E 9D 2D 4B
Octal 243 334 306 32 0 12 16 235 55 113
Binary 10100011 11011100 11000110 11010 0 1010 1110 10011101 101101 1001011

Color Harmonies of #A3DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCC6

Black with #A3DCC6

Text Example


Text Example

White with #A3DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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